diff --git a/src/output/output_http.cpp b/src/output/output_http.cpp index 8eb73150..fe0bc965 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.getUrl();//LTS + reqUrl = H.url;//LS 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();