Message391358
| Author | christian.heimes |
|---|---|
| Recipients | christian.heimes |
| Date | 2021-04-19.04:03:40 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1618805020.1.0.170715938718.issue42854@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
SSL_write_ex() and SSL_read_ex() solve two issues: * bpo-42853: SSLSocket no longer raises overflow error when sending or receiving more than 2 GB of data * bpo-31711: empty send(b"") no longer fails with protocol violation exception |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-04-19 04:03:40 | christian.heimes | set | recipients: + christian.heimes |
| 2021-04-19 04:03:40 | christian.heimes | set | messageid: <1618805020.1.0.170715938718.issue42854@roundup.psfhosted.org> |
| 2021-04-19 04:03:40 | christian.heimes | link | issue42854 messages |
| 2021-04-19 04:03:40 | christian.heimes | create | |