refactor: SecureSocket do not set retry on failure to false when disconnecting
This commit is contained in:
committed by
Chris Rizzitello
parent
83e0a6b1ea
commit
8c6fa880b4
@ -623,7 +623,6 @@ void SecureSocket::checkResult(int status, int &retry)
|
||||
void SecureSocket::disconnect()
|
||||
{
|
||||
using enum EventTypes;
|
||||
sendEvent(SocketStopRetry);
|
||||
sendEvent(SocketDisconnected);
|
||||
sendEvent(StreamInputShutdown);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user