SIGN IN SIGN UP

bpo-42854: Use SSL_read/write_ex() (GH-25468)

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>
C
Christian Heimes committed
89d1550d14ba689af12eeb726e4ff8ce73cee7e1
Parent: 49fdf11
Committed by GitHub <noreply@github.com> on 4/19/2021, 4:55:30 AM