summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-03-08 07:59:37 (GMT)
committerGitHub <noreply@github.com>2021-03-08 07:59:37 (GMT)
commitc6e7cf1ee09c88d35e6703c33a61eca7b9db54f3 (patch)
tree941937755bf1c1eba5c3c80d894ffb81b678d76f /Python/pythonrun.c
parent2c0a0b04a42dc4965fcfaef936f497e44f06dea5 (diff)
downloadcpython-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