mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
donn't calculate routing keys for routers anymore
This commit is contained in:
parent
030c04de81
commit
09dc649101
7 changed files with 19 additions and 50 deletions
|
@ -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