diff --git a/src/roles/server.hpp b/src/roles/server.hpp index 5afaffdb06..9acfcab889 100644 --- a/src/roles/server.hpp +++ b/src/roles/server.hpp @@ -351,7 +351,8 @@ void server::connection::handle_read_request( throw http::exception("Recieved invalid HTTP Request",http::status_code::BAD_REQUEST); } - m_endpoint.alog().at(log::alevel::DEBUG_HANDSHAKE) << m_request.raw() << log::endl; + // TODO: is there a way to short circuit this or something? + //m_endpoint.alog().at(log::alevel::DEBUG_HANDSHAKE) << m_request.raw() << log::endl; std::string h = m_request.header("Upgrade"); if (boost::ifind_first(h,"websocket")) {