mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-08-08 04:18:53 +00:00
4802e2f3e4
When receiving a message on a TLS socket, we currently don't check the Handshake result, so connections often fail in a way that is not easy to troubleshoot. This patch fixes that by checking the result and emitting a nicer error message before closing the connection.