mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
fix
This commit is contained in:
parent
87e1c45c05
commit
584379b502
1 changed files with 1 additions and 3 deletions
|
@ -862,10 +862,8 @@ namespace stream
|
|||
if(DropNewStream(ih))
|
||||
{
|
||||
// drop
|
||||
LogPrint(eLogWarning, "Streaming: Too many inbound streams from ", ih.ToBase32());
|
||||
LogPrint(eLogWarning, "Streaming: Dropping connection, too many inbound streams from ", ih.ToBase32());
|
||||
incomingStream->Close();
|
||||
DeleteStream(incomingStream);
|
||||
incomingStream = nullptr;
|
||||
if(m_SavedPackets.find(receiveStreamID) != m_SavedPackets.end())
|
||||
m_SavedPackets.erase(receiveStreamID);
|
||||
delete packet;
|
||||
|
|
Loading…
Add table
Reference in a new issue