summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2018-12-05 08:30:06 (GMT)
committerGitHub <noreply@github.com>2018-12-05 08:30:06 (GMT)
commitbfb881849f588cd2046776fb431c3045781c8214 (patch)
tree35235e48e9757160dca27daa407825b6ae2763d1 /Misc/NEWS.d
parentafb07fccf013f20b89b33516f126695388be47b9 (diff)
downloadcpython-bfb881849f588cd2046776fb431c3045781c8214.zip
cpython-bfb881849f588cd2046776fb431c3045781c8214.tar.gz
cpython-bfb881849f588cd2046776fb431c3045781c8214.tar.bz2
[3.6] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867). (GH-10874)
* [3.6] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867). (cherry picked from commit 3bc0ebab17bf5a2c29d2214743c82034f82e6573) Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2018-12-03-14-41-11.bpo-35380.SdRF9l.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-12-03-14-41-11.bpo-35380.SdRF9l.rst b/Misc/NEWS.d/next/Library/2018-12-03-14-41-11.bpo-35380.SdRF9l.rst
new file mode 100644
index 0000000..91f86e6
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-12-03-14-41-11.bpo-35380.SdRF9l.rst
@@ -0,0 +1 @@
+Enable TCP_NODELAY on Windows for proactor asyncio event loop.