bpo-42854: Use SSL_read/write_ex() (GH-25468) by tiran · Pull Request #25468 · python/cpython
This was referenced
The ssl module now uses ``SSL_read_ex`` and ``SSL_write_ex`` internally. The functions support reading and writing of data larger than 2 GB. Writing zero-length data no longer fails with a protocol violation error. Signed-off-by: Christian Heimes <christian@python.org>
tiran
changed the title
bpo-42854: Use SSL_read/write_ex()
bpo-42854: Use SSL_read/write_ex() (GH-25468)
tiran
deleted the
bpo-42854-ssl-write-ex
branch
WillChilds-Klein added a commit to WillChilds-Klein/cpython that referenced this pull request
WillChilds-Klein added a commit to WillChilds-Klein/cpython that referenced this pull request
tiran
mentioned this pull request
WillChilds-Klein added a commit to WillChilds-Klein/cpython that referenced this pull request
WillChilds-Klein added a commit to WillChilds-Klein/cpython that referenced this pull request