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 christian.heimes, dstufft, janssen, martin.panter, pitrou, vstinner
Date 2017-07-06.08:50:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwaY+Rpn_RGP4k1DGrA_x9bWVUJK4rW49XKPeigjcBYWDA@mail.gmail.com>
In-reply-to <1499301322.77.0.907705417166.issue30319@psf.upfronthosting.co.za>
Content
Thanks Martin for the long explanation. To simplify a lot, there is
and was never any warranty that a successful sock.send() call
delivered data to the peer. Each layer does its best, but the data can
be lost at any layer, and the peer is free to close the connection
*before* getting the data. Yeah, I agree that application level
signaling is required.
History
Date User Action Args
2017-07-06 08:50:25vstinnersetrecipients: + vstinner, janssen, pitrou, christian.heimes, martin.panter, dstufft
2017-07-06 08:50:25vstinnerlinkissue30319 messages
2017-07-06 08:50:24vstinnercreate