mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 00:36:48 +00:00
disables expensive debug log statement
This commit is contained in:
@@ -351,7 +351,8 @@ void server<endpoint>::connection<connection_type>::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")) {
|
||||
|
||||
Reference in New Issue
Block a user