mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
always bring to closing state if termination requested
This commit is contained in:
parent
4d0047ae7c
commit
09aa96e486
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user