commit | c25910a135c2245accadb324b40dd6453015e056 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Sun Mar 07 23:35:13 2021 -0800 |
committer | GitHub <noreply@github.com> | Sun Mar 07 23:35:13 2021 -0800 |
tree | dcf6b4a83fea87c1456632c0b7194d2b1e5b2100 | |
parent | 8d00462850b32da4649c3403692ed5515e6a96d1 [diff] |
bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780) We now buffer the CONNECT request + tunnel HTTP headers into a single send call. This prevents the OS from generating multiple network packets for connection setup when not necessary, improving efficiency.