Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
bpo-40968: Send http/1.1 ALPN extension#20959
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
tiran commentedJun 18, 2020
|
Lib/http/client.py Outdated
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.
Are this comment and the functionality out of sync here sincehttp_vsn_str can beHTTP/1.0, etc?http/1.1,http/1.0, andhttp/0.9 are all valid ALPN protocol IDs but the comment and changelogs only mention 1.1. This might be fine anyways but something I noticed.
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.
I'm now checking_http_vsn and only send the ALPN extension when the version is11 (HTTP/1.1).
Signed-off-by: Christian Heimes <christian@python.org>
sethmlarson left a comment
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.
LGTM
bedevere-bot commentedNov 13, 2020
@tiran: Please replace |
Signed-off-by: Christian Heimes <christian@python.org>
Uh oh!
There was an error while loading.Please reload this page.
Signed-off-by: Christian Heimeschristian@python.org
https://bugs.python.org/issue40968