mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-11 19:10:55 +00:00
don't delete socket twice
This commit is contained in:
parent
3a8bf1e38f
commit
956107c679
@ -531,8 +531,8 @@ namespace util
|
|||||||
m_Stream->Send ((uint8_t *)m_Buffer, bytes_transferred, 10);
|
m_Stream->Send ((uint8_t *)m_Buffer, bytes_transferred, 10);
|
||||||
Receive ();
|
Receive ();
|
||||||
}
|
}
|
||||||
else if (ecode != boost::asio::error::operation_aborted)
|
/*else if (ecode != boost::asio::error::operation_aborted)
|
||||||
Terminate ();
|
Terminate ();*/
|
||||||
}
|
}
|
||||||
|
|
||||||
void HTTPConnection::RunRequest ()
|
void HTTPConnection::RunRequest ()
|
||||||
|
Loading…
Reference in New Issue
Block a user