Correctly handle reconnection after finalize_server_connect() fails
finalize_server_connect() can fail for SSL connections, because SSL_connect() can fail. Without this change, the client won't try to reconnect after an initial SSL connection failure - it'll just wait forever. Reported by g0z, thanks!
This commit is contained in:
Reference in New Issue
Block a user