]> granicus.if.org Git - python/commit
bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) (#4898)
authorYury Selivanov <yury@magic.io>
Sat, 16 Dec 2017 02:53:08 +0000 (21:53 -0500)
committerGitHub <noreply@github.com>
Sat, 16 Dec 2017 02:53:08 +0000 (21:53 -0500)
commit572636d42566da8eb6e85d5b8164e9ed8860a255
treea23e5a697aeaa615448e05afdcb6e1980753437d
parentdab4cf210cfbc1ecc9def63c1929ec801c1a0068
bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) (#4898)

(cherry picked from commit e796b2fe26f220107ac50667de6cc86c82b465e3)
Lib/asyncio/base_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_selector_events.py
Misc/NEWS.d/next/Library/2017-11-02-11-57-41.bpo-27456.snzyTC.rst [new file with mode: 0644]