From 7d9d4e26ae2a31e8b345229ac8665af24f85b4fd Mon Sep 17 00:00:00 2001 From: Balder Date: Thu, 19 Nov 2015 13:53:22 +0100 Subject: [PATCH] fixed LTS tag for request url --- src/output/output_http.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();