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 christian.heimes
Recipients Kaulkwappe, christian.heimes, methane
Date 2018-04-18.13:33:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524058433.61.0.682650639539.issue33307@psf.upfronthosting.co.za>
In-reply-to
Content
The same way as with any other non-blocking I/O system. You have to keep track how much data you have already sent and repeat non-blocking send() until you have succeeded. With TLS/SSL it's even more complex, because a send() also requires reading and a recv() also involves writing.

PS: bugs.python.org is an issue tracker, not a help forum.
History
Date User Action Args
2018-04-18 13:33:53christian.heimessetrecipients: + christian.heimes, methane, Kaulkwappe
2018-04-18 13:33:53christian.heimessetmessageid: <1524058433.61.0.682650639539.issue33307@psf.upfronthosting.co.za>
2018-04-18 13:33:53christian.heimeslinkissue33307 messages
2018-04-18 13:33:53christian.heimescreate