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 asvetlov
Recipients asvetlov, s_kostyuk, yselivanov
Date 2017-12-20.19:39:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513798750.18.0.213398074469.issue31059@psf.upfronthosting.co.za>
In-reply-to
Content
`.read(-1)` reads up to end of stream (closing the underlying socket by peer).

If other side doesn't close connection after sending data -- read(-1) hangs, but it is not asyncio bug.
History
Date User Action Args
2017-12-20 19:39:10asvetlovsetrecipients: + asvetlov, yselivanov, s_kostyuk
2017-12-20 19:39:10asvetlovsetmessageid: <1513798750.18.0.213398074469.issue31059@psf.upfronthosting.co.za>
2017-12-20 19:39:10asvetlovlinkissue31059 messages
2017-12-20 19:39:10asvetlovcreate