mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
don't request temination if session was not established
This commit is contained in:
@@ -294,9 +294,11 @@ namespace transport
|
|||||||
{
|
{
|
||||||
m_TerminationReason = reason;
|
m_TerminationReason = reason;
|
||||||
SendTermination ();
|
SendTermination ();
|
||||||
}
|
|
||||||
m_State = eSSU2SessionStateClosing;
|
m_State = eSSU2SessionStateClosing;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
Done ();
|
||||||
|
}
|
||||||
|
|
||||||
void SSU2Session::Established ()
|
void SSU2Session::Established ()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user