From 4db86ab2bbaf837c8df52f1aa8dd160b9d386da1 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Thu, 12 Nov 2015 10:13:16 +0100 Subject: [PATCH] Fixed HTTP-based CONN_PLAY triggers URLs --- 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 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();