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 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:40christian.heimessetrecipients: + christian.heimes
2021-04-19 04:03:40christian.heimessetmessageid: <1618805020.1.0.170715938718.issue42854@roundup.psfhosted.org>
2021-04-19 04:03:40christian.heimeslinkissue42854 messages
2021-04-19 04:03:40christian.heimescreate