mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-17 21:26:04 +00:00
abruptly close
This commit is contained in:
parent
e8c3546433
commit
570598f556
@ -863,12 +863,11 @@ namespace stream
|
||||
{
|
||||
// drop
|
||||
LogPrint(eLogWarning, "Streaming: Dropping connection, too many inbound streams from ", ih.ToBase32());
|
||||
incomingStream->Close();
|
||||
incomingStream->Terminate();
|
||||
delete incomingStream;
|
||||
return;
|
||||
}
|
||||
} else
|
||||
LogPrint(eLogWarning, "Streaming: Inbound stream has no identity");
|
||||
|
||||
}
|
||||
// handle saved packets if any
|
||||
{
|
||||
auto it = m_SavedPackets.find (receiveStreamID);
|
||||
|
Loading…
Reference in New Issue
Block a user