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 schlamar
Recipients asvetlov, schlamar, yselivanov
Date 2019-01-28.09:02:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548666140.95.0.622862149497.issue35840@roundup.psfhosted.org>
In-reply-to
Content
After having a closer look I fear that there isn't a correct implementation for half closed sockets and returning True from eof_received results in a fundamentally broken state machine.

I'm not sure if a selector implementation can handle half closed sockets, at least I'm pretty sure that this is not supported on Windows (https://docs.microsoft.com/en-us/windows/desktop/api/winsock2/nf-winsock2-select).
History
Date User Action Args
2019-01-28 09:02:22schlamarsetrecipients: + schlamar, asvetlov, yselivanov
2019-01-28 09:02:20schlamarsetmessageid: <1548666140.95.0.622862149497.issue35840@roundup.psfhosted.org>
2019-01-28 09:02:20schlamarlinkissue35840 messages
2019-01-28 09:02:20schlamarcreate