Issue #20951: SSLSocket.send() now raises either SSLWantReadError or…
Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantWriteError on a non-blocking socket if the operation would block. Previously, it would return 0. Patch by Nikolaus Rath.
Showing
Please
register
or
sign in
to comment