trantor icon indicating copy to clipboard operation
trantor copied to clipboard

Keep SSL connection half-open when peer EOF

Open marty1885 opened this issue 2 years ago • 0 comments

OpenSSL will falsely trigger SSL_ERROR_SYSCALL when it tries to read from a socket closed by it's peer (reference, see the BUGS section). Trantor doesn't properly handle this edge case and causes the entire socket to be closed upon peer closing the socket.

marty1885 avatar Apr 12 '22 12:04 marty1885