mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
try closest floodfills sequentially
This commit is contained in:
parent
8a12b71010
commit
9b2e275c45
4 changed files with 61 additions and 82 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue