Message315451
| 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:53 | christian.heimes | set | recipients: + christian.heimes, methane, Kaulkwappe |
| 2018-04-18 13:33:53 | christian.heimes | set | messageid: <1524058433.61.0.682650639539.issue33307@psf.upfronthosting.co.za> |
| 2018-04-18 13:33:53 | christian.heimes | link | issue33307 messages |
| 2018-04-18 13:33:53 | christian.heimes | create | |