1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-14 00:27:57 +00:00

try fixing

This commit is contained in:
Jeff Becker 2016-07-28 13:27:51 -04:00
parent 584379b502
commit e8c3546433
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -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