STINNER Victor <vstin...@redhat.com> added the comment:

On my PR 7200, test_sendfile_close_peer_in_the_middle_of_receiving() fails on 
Windows (AppVeyor) :-(

For the SelectorEventLoop, it seems like sock.setsockopt(socket.SOL_SOCKET, 
socket.SO_SNDBUF, 1024) doesn't work as intented: sock.send(<16384 bytes>) 
returns 16384, as the 1024 limit is not taken in account :-(

Same issue for the ProactorEventLoop...

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33353>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to