Message318024
| 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:15 | vstinner | set | recipients: + vstinner, asvetlov, yselivanov, koobs |
| 2018-05-29 13:22:15 | vstinner | set | messageid: <1527600135.72.0.682650639539.issue33353@psf.upfronthosting.co.za> |
| 2018-05-29 13:22:15 | vstinner | link | issue33353 messages |
| 2018-05-29 13:22:15 | vstinner | create | |