Skip to content

[3.7] Fix inconsistency between Python and C http request parsers. (#4973)#5097

Merged
aio-libs-github-bot[bot] merged 4 commits into3.7from
backport/3.7/pr-4973
Oct 21, 2020
Merged

[3.7] Fix inconsistency between Python and C http request parsers. (#4973)#5097
aio-libs-github-bot[bot] merged 4 commits into3.7from
backport/3.7/pr-4973

Conversation

@aio-libs-github-bot
Copy link
Copy Markdown
Contributor

Backports the following commits to 3.7:

They both now correctly parse URLs containing pct-encoded sequences
and work with yarl 1.6.0.

Co-authored-by: Sviatoslav Sydorenko <[email protected]>
Co-authored-by: Andrew Svetlov <[email protected]>
@codecov-io
Copy link
Copy Markdown

codecov-io commented Oct 21, 2020

Codecov Report

Merging #5097 into 3.7 will decrease coverage by 0.07%.
The diff coverage is 85.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##              3.7    #5097      +/-   ##
==========================================
- Coverage   97.69%   97.61%   -0.08%     
==========================================
  Files          44       44              
  Lines        9049     9060      +11     
  Branches     1424     1425       +1     
==========================================
+ Hits         8840     8844       +4     
- Misses         93       97       +4     
- Partials      116      119       +3     
Flag Coverage Δ
#unit 97.61% <85.18%> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aiohttp/web_urldispatcher.py 97.59% <85.18%> (-0.40%) ⬇️
aiohttp/pytest_plugin.py 95.75% <0.00%> (-1.82%) ⬇️
aiohttp/web_protocol.py 91.69% <0.00%> (-0.30%) ⬇️

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 4af0ef5...dfab17f. Read the comment docs.

@aio-libs-github-bot aio-libs-github-bot bot merged commit a0cbeb9 into 3.7 Oct 21, 2020
@aio-libs-github-bot aio-libs-github-bot bot deleted the backport/3.7/pr-4973 branch October 21, 2020 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants