refactor: SecureSocket do not set retry on failure to false when disconnecting

This commit is contained in:
sithlord48
2025-10-28 16:29:35 -04:00
committed by Chris Rizzitello
parent 83e0a6b1ea
commit 8c6fa880b4

View File

@ -623,7 +623,6 @@ void SecureSocket::checkResult(int status, int &retry)
void SecureSocket::disconnect()
{
using enum EventTypes;
sendEvent(SocketStopRetry);
sendEvent(SocketDisconnected);
sendEvent(StreamInputShutdown);
}