]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 15 Jun 2019 11:24:16 +0000 (04:24 -0700)
committerGitHub <noreply@github.com>
Sat, 15 Jun 2019 11:24:16 +0000 (04:24 -0700)
commitbb07321c6a7e1cbe597c3fc5fa275a85d0f50acb
treeef29f1c36721280d5fe675bfaf6fb8bbf57981b1
parent3fde750cc4e4057076650a92946ec1d492464799
bpo-37279: Fix asyncio sendfile support when  extra data are sent in fallback mode. (GH-14075)

(cherry picked from commit ef2152354f03a165c5e3adb53e2276934fabd50a)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
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]