diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-03-08 07:59:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 07:59:37 (GMT) |
commit | c6e7cf1ee09c88d35e6703c33a61eca7b9db54f3 (patch) | |
tree | 941937755bf1c1eba5c3c80d894ffb81b678d76f /Python/pythonrun.c | |
parent | 2c0a0b04a42dc4965fcfaef936f497e44f06dea5 (diff) | |
download | cpython-c6e7cf1ee09c88d35e6703c33a61eca7b9db54f3.zip cpython-c6e7cf1ee09c88d35e6703c33a61eca7b9db54f3.tar.gz cpython-c6e7cf1ee09c88d35e6703c33a61eca7b9db54f3.tar.bz2 |
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.
(cherry picked from commit c25910a135c2245accadb324b40dd6453015e056)
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions