Skip to content

gh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1#8305

Merged
orsenthil merged 17 commits intopython:mainfrom
handlerbot:fix-bpo-22708
Apr 5, 2023
Merged

gh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1#8305
orsenthil merged 17 commits intopython:mainfrom
handlerbot:fix-bpo-22708

Conversation

@handlerbot
Copy link
Contributor

@handlerbot handlerbot commented Jul 16, 2018

Use protocol HTTP/1.1 when sending HTTP CONNECT tunnelling requests; generate Host: headers if one is not already provided (required by HTTP/1.1), convert IDN domains to punycode in HTTP CONNECT requests.

This builds upon and obsoletes #742. cc @berkerpeksag who reviewed that PR.

(I have signed the CLA, but it was less than a day ago, so the human review may not yet be completed.)

https://bugs.python.org/issue22708

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stdlib Standard Library Python modules in the Lib/ directory

Projects

None yet

Development

Successfully merging this pull request may close these issues.