diff --git a/src/output/output_http.cpp b/src/output/output_http.cpp index fe0bc965..f60b686a 100644 --- a/src/output/output_http.cpp +++ b/src/output/output_http.cpp @@ -159,7 +159,7 @@ namespace Mist { if (!myConn.Received().size()){ if (myConn.peek() && H.Read(myConn)){ std::string handler = getHandler(); - reqUrl = H.url;//LS + reqUrl = H.url;/*LTS*/ DEBUG_MSG(DLVL_MEDIUM, "Received request: %s => %s (%s)", H.getUrl().c_str(), handler.c_str(), H.GetVar("stream").c_str()); if (!handler.size()){ H.Clean();