summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-07-16-14-10-29.bpo-22708.592iRR.rst
blob: 00bcf38bbcdf511ac894ac1736fd70061a2e1740 (plain)
1
2
3
http.client CONNECT method tunnel improvements: Use HTTP 1.1 protocol; send
a matching Host: header with CONNECT, if one is not provided; convert IDN
domain names to Punycode. Patch by Michael Handler.