-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add initial support for PerMessage Deflate #2273
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
00bae99
Add initial support for PerMessage Deflate
fanthos 405be9a
Add Client websocket deflate init support.(not tested)
fanthos 5017f01
Update parser to support compress parse
fanthos 70ab0e9
fix for CI
fanthos e0a459c
add document for compress
fanthos 52de28c
Improve compress detect logic
fanthos 048a8f2
Complete Client websocket deflate support
fanthos 72127c5
Merge branch 'master' into master
fanthos 4c55414
update
fanthos 3c6029e
sort import
fanthos 79714a7
Add more tests
fanthos e51f48d
fix typo
fanthos f8f0f21
add 2 more tests
fanthos 63bd563
Using regex to parse header
fanthos 895ea75
remove dead code
fanthos adf31e0
coverage
fanthos 39a15ef
Merge branch 'master' into master
asvetlov b45c0ba
Add reader deflate flag support.
fanthos a04c1c9
Merge branch 'master' of https://github.com/fanthos/aiohttp
fanthos c3c640e
Merge branch 'master' into master
asvetlov 99b50d5
fixed
fanthos 268da36
Merge branch 'master' of https://github.com/fanthos/aiohttp
fanthos 2e961b3
Merge branch 'master' into master
asvetlov b91d1c7
Using array.join instead of strcat.
fanthos c95a7f4
Merge branch 'master' of https://github.com/fanthos/aiohttp
fanthos c911749
fix
fanthos 01ea9b1
Update http_websocket.py
asvetlov 97a2c1e
Merge branch 'master' into master
asvetlov c98c777
Update 2273.feature
asvetlov fff88de
add docs for server
fanthos 26e7bac
Merge branch 'master' into master
asvetlov e5c651d
Merge branch 'master' into master
asvetlov 8da8460
Update client.py
asvetlov 22fb3f9
Update client_reference.rst
asvetlov 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
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's use
compress=15
as initial value and don't acceptTrue