mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-14 00:27:57 +00:00
try fixing
This commit is contained in:
parent
584379b502
commit
e8c3546433
@ -864,9 +864,6 @@ namespace stream
|
||||
// drop
|
||||
LogPrint(eLogWarning, "Streaming: Dropping connection, too many inbound streams from ", ih.ToBase32());
|
||||
incomingStream->Close();
|
||||
if(m_SavedPackets.find(receiveStreamID) != m_SavedPackets.end())
|
||||
m_SavedPackets.erase(receiveStreamID);
|
||||
delete packet;
|
||||
return;
|
||||
}
|
||||
} else
|
||||
|
Loading…
Reference in New Issue
Block a user