Fix #719: don't raise SSLEOFError from SSLSocket.sendall(b'').
Add unit tests for sending empty data using sendall, sendall with a timeout, and send. Note that SSLSocket.send(b'') *does* raise EOFError, just like the standard library.
Showing
Please register or sign in to comment