diff --git a/HTTPServer.cpp b/HTTPServer.cpp index c6be0173..62a995cb 100644 --- a/HTTPServer.cpp +++ b/HTTPServer.cpp @@ -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 ()