mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
don't request temination if session was not established
This commit is contained in:
parent
fbca27fe73
commit
530a078535
|
@ -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 ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue