This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients asvetlov, koobs, vstinner, yselivanov
Date 2018-05-29.13:22:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527600135.72.0.682650639539.issue33353@psf.upfronthosting.co.za>
In-reply-to
Content
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...
History
Date User Action Args
2018-05-29 13:22:15vstinnersetrecipients: + vstinner, asvetlov, yselivanov, koobs
2018-05-29 13:22:15vstinnersetmessageid: <1527600135.72.0.682650639539.issue33353@psf.upfronthosting.co.za>
2018-05-29 13:22:15vstinnerlinkissue33353 messages
2018-05-29 13:22:15vstinnercreate