Christian Heimes <li...@cheimes.de> added the comment:

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.

----------
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33307>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to