mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
The OpenSSL documentation mentions that after `SSL_ERROR_SYSCALL` or `SSL_ERROR_SSL` no further operations should be performed and `SSL_shutdown` should not be called. When a fatal error occurs, close the underlying socket and free the `SSL` struct.