mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
always bring to closing state if termination requested
This commit is contained in:
@@ -187,10 +187,10 @@ namespace transport
|
||||
{
|
||||
if (m_State == eSSU2SessionStateEstablished || m_State == eSSU2SessionStateClosing)
|
||||
{
|
||||
m_State = eSSU2SessionStateClosing;
|
||||
m_TerminationReason = reason;
|
||||
SendTermination ();
|
||||
}
|
||||
}
|
||||
m_State = eSSU2SessionStateClosing;
|
||||
}
|
||||
|
||||
void SSU2Session::Established ()
|
||||
|
||||
Reference in New Issue
Block a user