don't delete socket twice

This commit is contained in:
orignal 2014-09-16 11:18:05 -04:00
parent 3a8bf1e38f
commit 956107c679

View File

@ -531,8 +531,8 @@ namespace util
m_Stream->Send ((uint8_t *)m_Buffer, bytes_transferred, 10);
Receive ();
}
else if (ecode != boost::asio::error::operation_aborted)
Terminate ();
/*else if (ecode != boost::asio::error::operation_aborted)
Terminate ();*/
}
void HTTPConnection::RunRequest ()