-
-
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
Per message deflate #2583
Per message deflate #2583
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2583 +/- ##
==========================================
+ Coverage 97.71% 97.71% +<.01%
==========================================
Files 36 36
Lines 7226 7229 +3
Branches 1261 1262 +1
==========================================
+ Hits 7061 7064 +3
Misses 58 58
Partials 107 107
Continue to review full report at Codecov.
|
Thanks! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
What do these changes do?
This PR allows to pass optional argument
compress
tosend_str
,send_bytes
andsent_json
methods ofClientWebSocketResponse
andWebSocketResponse
.Are there changes in behavior for the user?
Argument is optional and default behavior (
compress=None
) did not changed so older code is not affected.Related issue number
Resolves #2551
Checklist
CHANGES
folder