summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-03-07-11-23-20.bpo-43332.weatsh.rst
blob: c40be95c194db5371d0bea803af1f1c4246cc3e6 (plain)
1
2
3
Improves the networking efficiency of :mod:`http.client` when using a proxy
via :meth:`~HTTPConnection.set_tunnel`.  Fewer small send calls are made
during connection setup.