-
-
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
Experimental support for WebSocket extension permessage-gzip
#9934
base: master
Are you sure you want to change the base?
Conversation
47ca1c3
to
98c83e4
Compare
permessage-gzip
8c787fb
to
23a4480
Compare
CodSpeed Performance ReportMerging #9934 will not alter performanceComparing Summary
|
23a4480
to
19c847d
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #9934 +/- ##
==========================================
- Coverage 98.72% 98.70% -0.02%
==========================================
Files 120 120
Lines 36570 36579 +9
Branches 4361 4363 +2
==========================================
+ Hits 36102 36107 +5
- Misses 315 317 +2
- Partials 153 155 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
While technically feasible, the lack of specification for |
Well, if it ends up depending on the vendor, then we'd probably need something where the user can register extensions of their choice and define how it works. Then it could be made to work with any vendor's extensions. |
What do these changes do?
Provides experimental support for communicating with WebSocket servers that require the non-standard
permessage-gzip
extension.Are there changes in behavior for the user?
None
Is it a substantial burden for the maintainers to support this?
No
Related issue number
Fixes #9933
Checklist
CONTRIBUTORS.txt
CHANGES/
folder