]> granicus.if.org Git - python/commit
bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 15 Jun 2019 11:05:08 +0000 (14:05 +0300)
committerGitHub <noreply@github.com>
Sat, 15 Jun 2019 11:05:08 +0000 (14:05 +0300)
commitef2152354f03a165c5e3adb53e2276934fabd50a
tree0f47ee0a5c95a179894595feca7f04dbf67d8827
parent7efc526e5cfb929a79c192ac2dcf7eb78d3a4401
bpo-37279: Fix asyncio sendfile support when  extra data are sent in fallback mode. (GH-14075)
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_sendfile.py
Misc/NEWS.d/next/Library/2019-06-14-13-25-56.bpo-37279.OHlW6l.rst [new file with mode: 0644]