mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-16 06:02:18 +02:00
don't request temination if session was not established
This commit is contained in:
parent
fbca27fe73
commit
530a078535
1 changed files with 3 additions and 1 deletions
|
@ -294,8 +294,10 @@ namespace transport
|
|||
{
|
||||
m_TerminationReason = reason;
|
||||
SendTermination ();
|
||||
m_State = eSSU2SessionStateClosing;
|
||||
}
|
||||
m_State = eSSU2SessionStateClosing;
|
||||
else
|
||||
Done ();
|
||||
}
|
||||
|
||||
void SSU2Session::Established ()
|
||||
|
|
Loading…
Add table
Reference in a new issue