mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
try fixing
This commit is contained in:
parent
584379b502
commit
e8c3546433
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue