mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
always send STREAM STATUS reply to STREAM FORWARD
This commit is contained in:
parent
e41bbcb2bb
commit
cc0367b079
2 changed files with 2 additions and 1 deletions
|
@ -199,7 +199,7 @@ namespace client
|
|||
{
|
||||
LogPrint (eLogDebug, "SAMSocket::SendMessageReply, close=",close?"true":"false", " reason: ", msg);
|
||||
|
||||
if (!m_IsSilent)
|
||||
if (!m_IsSilent || m_SocketType == eSAMSocketTypeForward)
|
||||
boost::asio::async_write (m_Socket, boost::asio::buffer (msg, len), boost::asio::transfer_all (),
|
||||
std::bind(&SAMSocket::HandleMessageReplySent, shared_from_this (),
|
||||
std::placeholders::_1, std::placeholders::_2, close));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue