mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-12-06 19:26:23 +01:00
try closest floodfills sequentially
This commit is contained in:
+3
-3
@@ -520,7 +520,7 @@ namespace util
|
||||
m_Stream = nullptr;
|
||||
}
|
||||
m_Socket->close ();
|
||||
delete this;
|
||||
//delete this;
|
||||
}
|
||||
|
||||
void HTTPConnection::Receive ()
|
||||
@@ -544,8 +544,8 @@ namespace util
|
||||
m_Stream->Send ((uint8_t *)m_Buffer, bytes_transferred);
|
||||
Receive ();
|
||||
}
|
||||
/*else if (ecode != boost::asio::error::operation_aborted)
|
||||
Terminate ();*/
|
||||
else if (ecode != boost::asio::error::operation_aborted)
|
||||
Terminate ();
|
||||
}
|
||||
|
||||
void HTTPConnection::RunRequest ()
|
||||
|
||||
Reference in New Issue
Block a user