diff options
author | Christian Heimes <christian@python.org> | 2020-11-13 15:37:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 15:37:52 (GMT) |
commit | f97406be4c0a02c1501c7ab8bc8ef3850eddb962 (patch) | |
tree | 9fe83b52d120269d64fec6e877bb9576124bbd57 /Misc/NEWS.d | |
parent | 09490a109faaee9cc393b52742a8575c116c56ba (diff) | |
download | cpython-f97406be4c0a02c1501c7ab8bc8ef3850eddb962.zip cpython-f97406be4c0a02c1501c7ab8bc8ef3850eddb962.tar.gz cpython-f97406be4c0a02c1501c7ab8bc8ef3850eddb962.tar.bz2 |
bpo-40968: Send http/1.1 ALPN extension (#20959)
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-06-18-11-35-16.bpo-40968.R8Edbv.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-06-18-11-35-16.bpo-40968.R8Edbv.rst b/Misc/NEWS.d/next/Library/2020-06-18-11-35-16.bpo-40968.R8Edbv.rst new file mode 100644 index 0000000..6bcbaaa --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-06-18-11-35-16.bpo-40968.R8Edbv.rst @@ -0,0 +1,2 @@ +:mod:`urllib.request` and :mod:`http.client` now send ``http/1.1`` ALPN +extension during TLS handshake when no custom context is supplied. |