-
-
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 ALPN extension to client SSL Context #10156
Conversation
for more information, see https://pre-commit.ci
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10156 +/- ##
=======================================
Coverage 98.75% 98.75%
=======================================
Files 122 122
Lines 36954 36970 +16
Branches 4411 4411
=======================================
+ Hits 36494 36510 +16
Misses 313 313
Partials 147 147
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #10156 will not alter performanceComparing Summary
|
Co-authored-by: Sam Bull <[email protected]>
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #10163 🤖 @patchback |
(cherry picked from commit 0070045)
Backport to 3.12: 💚 backport PR created✅ Backport PR branch: Backported as #10164 🤖 @patchback |
(cherry picked from commit 0070045)
…Context (#10164) **This is a backport of PR #10156 as merged into master (0070045).** ## What do these changes do? Add "http/1.1" ALPN extension to aiohttp client's SSL Context. ## Are there changes in behavior for the user? ## Is it a substantial burden for the maintainers to support this? ## Related issue number Fixes #10152 ## Checklist - [x] I think the code is well written - [x] Unit tests for the changes exist - [ ] Documentation reflects the changes - [x] If you provide code modification, please add yourself to `CONTRIBUTORS.txt` * The format is <Name> <Surname>. * Please keep alphabetical order, the file is sorted by names. - [x] Add a new news fragment into the `CHANGES/` folder Co-authored-by: Cycloctane <[email protected]>
…Context (#10163) **This is a backport of PR #10156 as merged into master (0070045).** ## What do these changes do? Add "http/1.1" ALPN extension to aiohttp client's SSL Context. ## Are there changes in behavior for the user? ## Is it a substantial burden for the maintainers to support this? ## Related issue number Fixes #10152 ## Checklist - [x] I think the code is well written - [x] Unit tests for the changes exist - [ ] Documentation reflects the changes - [x] If you provide code modification, please add yourself to `CONTRIBUTORS.txt` * The format is <Name> <Surname>. * Please keep alphabetical order, the file is sorted by names. - [x] Add a new news fragment into the `CHANGES/` folder Co-authored-by: Cycloctane <[email protected]>
What do these changes do?
Add "http/1.1" ALPN extension to aiohttp client's SSL Context.
Are there changes in behavior for the user?
Is it a substantial burden for the maintainers to support this?
Related issue number
Fixes #10152
Checklist
CONTRIBUTORS.txt
CHANGES/
folder