-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Allow decompression to continue after exceeding max_length #11966
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
Open
Dreamsorcerer
wants to merge
96
commits into
master
Choose a base branch
from
Dreamsorcerer-patch-5
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
96 commits
Select commit
Hold shift + click to select a range
5968707
Test chunk splits after pause
Dreamsorcerer 2eeeb5e
Update tests/test_http_parser.py
Dreamsorcerer 8b0cfee
Apply suggestions from code review
Dreamsorcerer 9cd9154
Update tests/test_http_parser.py
Dreamsorcerer 83fc87c
Update tests/test_http_parser.py
Dreamsorcerer efe2ca9
Read small chunks from decompressors
Dreamsorcerer 57bf4a2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 82a4dfb
Fix
Dreamsorcerer c44fd1e
Merge branch 'Dreamsorcerer-patch-5' of github.com:aio-libs/aiohttp i…
Dreamsorcerer a85f38b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 602eb51
Update compression_utils.py
Dreamsorcerer 32f0a84
Update test_http_parser.py
Dreamsorcerer 94c70a9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] bd34cea
Update test_http_parser.py
Dreamsorcerer 0d4683c
Update test_http_parser.py
Dreamsorcerer d3df801
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b81f901
Update test_http_parser.py
Dreamsorcerer 4dd2279
Fix
Dreamsorcerer 3a604a4
Update test_http_parser.py
Dreamsorcerer 10feb8b
Fix
Dreamsorcerer d02bbf5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 67bd57d
Update test_http_parser.py
Dreamsorcerer 04b717f
Fix
Dreamsorcerer 53ac968
Update test_http_parser.py
Dreamsorcerer 44c12a1
Fix
Dreamsorcerer 7986da3
Merge branch 'Dreamsorcerer-patch-5' of github.com:aio-libs/aiohttp i…
Dreamsorcerer 75794c2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ab73626
Update test_http_parser.py
Dreamsorcerer ae46ee1
Update test_http_parser.py
Dreamsorcerer d738031
Update test_http_parser.py
Dreamsorcerer 1d5fc0e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 28dffda
Update test_http_parser.py
Dreamsorcerer 2eb92be
Update test_http_parser.py
Dreamsorcerer 3dbf9c8
Update test_http_parser.py
Dreamsorcerer 3ea25ca
Fix
Dreamsorcerer d99fc34
Update streams.py
Dreamsorcerer 11cf432
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] de6fca2
Update http_parser.py
Dreamsorcerer 3a80456
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 7da23c1
Update http_parser.py
Dreamsorcerer a4fc7c1
Update _http_parser.pyx
Dreamsorcerer b3c77d7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f26edc0
Update _http_parser.pyx
Dreamsorcerer 1997c8b
Update _http_parser.pyx
Dreamsorcerer b4443b7
Apply suggestions from code review
Dreamsorcerer b17c013
Fix
Dreamsorcerer d628cee
Update _http_parser.pyx
Dreamsorcerer cd2e07a
Update http_parser.py
Dreamsorcerer fd74c03
Update compression_utils.py
Dreamsorcerer 087de36
Update streams.py
Dreamsorcerer 103c4a6
Update _http_parser.pyx
Dreamsorcerer a249c04
Update _http_parser.pyx
Dreamsorcerer f20ddc7
Update http_parser.py
Dreamsorcerer 0fe7000
Update web_protocol.py
Dreamsorcerer 5130266
Fix
Dreamsorcerer 7db0120
Update web_protocol.py
Dreamsorcerer d113ccb
Update http_parser.py
Dreamsorcerer 185db0b
Update aiohttp/_http_parser.pyx
Dreamsorcerer 3be7ac6
Update base_protocol.py
Dreamsorcerer 80eb8c7
Update _http_parser.pyx
Dreamsorcerer 5183441
Update _http_parser.pyx
Dreamsorcerer 60c61e3
Update test_http_parser.py
Dreamsorcerer 2a6eff8
Update _http_parser.pyx
Dreamsorcerer dbfc0c8
Update _http_parser.pyx
Dreamsorcerer eac561e
Update _http_parser.pyx
Dreamsorcerer 1a40781
Update _http_parser.pyx
Dreamsorcerer 520b64a
Update _http_parser.pyx
Dreamsorcerer 9c2987b
Update _http_parser.pyx
Dreamsorcerer c4b058d
Update _http_parser.pyx
Dreamsorcerer fa644c7
Update test_client_functional.py
Dreamsorcerer dd82b9f
Update test_base_protocol.py
Dreamsorcerer 3099a40
Update _http_parser.pyx
Dreamsorcerer 7775793
Update _http_parser.pyx
Dreamsorcerer 9525459
Update base_protocol.py
Dreamsorcerer f4985a2
Update client_proto.py
Dreamsorcerer 32d5c5f
Update web_protocol.py
Dreamsorcerer afa2b55
Update test_base_protocol.py
Dreamsorcerer 30c23d4
Update test_client_proto.py
Dreamsorcerer 6a5a2c7
Update test_http_parser.py
Dreamsorcerer 45f66d1
Update test_http_parser.py
Dreamsorcerer 80d955f
Update test_flowcontrol_streams.py
Dreamsorcerer 0cc6275
Update test_client_proto.py
Dreamsorcerer 69e3bbd
Update test_http_parser.py
Dreamsorcerer 397e905
Update test_http_parser.py
Dreamsorcerer aed6863
Update test_websocket_parser.py
Dreamsorcerer a0fb83b
Update test_base_protocol.py
Dreamsorcerer 360f6de
Update test_client_proto.py
Dreamsorcerer 6e04d89
Update test_http_parser.py
Dreamsorcerer 698e0cc
Update compression_utils.py
Dreamsorcerer 48d4119
Update streams.py
Dreamsorcerer 6598ff6
Update base_protocol.py
Dreamsorcerer 3f76e2c
Update base_protocol.py
Dreamsorcerer faf6e40
Update client_proto.py
Dreamsorcerer add2b70
Update base_protocol.py
Dreamsorcerer 3396079
Update compression_utils.py
Dreamsorcerer 69a59a8
Update compression_utils.py
Dreamsorcerer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.