diff --git a/libi2pd/Streaming.cpp b/libi2pd/Streaming.cpp index b6cfa3fd..880391eb 100644 --- a/libi2pd/Streaming.cpp +++ b/libi2pd/Streaming.cpp @@ -263,7 +263,7 @@ namespace stream } return; } - + if (receivedSeqn == m_LastReceivedSequenceNumber + 1) { // we have received next in sequence message @@ -1351,6 +1351,7 @@ namespace stream } break; case eStreamStatusClosed: + case eStreamStatusNew: // already closed Terminate (); break;