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 RemiCardona
Recipients RemiCardona, aymeric.augustin, metathink, vstinner, yselivanov
Date 2017-03-28.22:58:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490741891.59.0.644682812965.issue29930@psf.upfronthosting.co.za>
In-reply-to
Content
Got hit by this too, maaaaany times as I'm working with 3G devices (slow write speeds).

As for "drain()", I'd say it should work like a fence/barrier: to let you know that the bytes in the buffer up to when the call was issued have been successfully written on the socket.

I'll see what I can cook up.

Cheers
History
Date User Action Args
2017-03-28 22:58:11RemiCardonasetrecipients: + RemiCardona, vstinner, aymeric.augustin, yselivanov, metathink
2017-03-28 22:58:11RemiCardonasetmessageid: <1490741891.59.0.644682812965.issue29930@psf.upfronthosting.co.za>
2017-03-28 22:58:11RemiCardonalinkissue29930 messages
2017-03-28 22:58:11RemiCardonacreate