Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ignore crlf until request line #178

Merged
merged 2 commits into from
Dec 31, 2019
Merged

ignore crlf until request line #178

merged 2 commits into from
Dec 31, 2019

Conversation

xmendez
Copy link
Owner

@xmendez xmendez commented Dec 31, 2019

  • ignore crlf until request line when parsing request and response

@codecov
Copy link

codecov bot commented Dec 31, 2019

Codecov Report

Merging #178 into master will increase coverage by 0.11%.
The diff coverage is 95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #178      +/-   ##
==========================================
+ Coverage   74.64%   74.75%   +0.11%     
==========================================
  Files          76       76              
  Lines        6626     6644      +18     
==========================================
+ Hits         4946     4967      +21     
+ Misses       1680     1677       -3
Impacted Files Coverage Δ
src/wfuzz/externals/reqresp/Request.py 70.15% <100%> (+0.38%) ⬆️
src/wfuzz/__init__.py 80.76% <100%> (ø) ⬆️
tests/test_req_parse.py 100% <100%> (ø) ⬆️
src/wfuzz/externals/reqresp/Response.py 67.07% <50%> (+2.25%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update be4cb98...d15912a. Read the comment docs.

@xmendez xmendez merged commit a6539a7 into master Dec 31, 2019
@xmendez xmendez deleted the fix_http_parsing branch January 1, 2020 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant