fixed LTS tag for request url

This commit is contained in:
Balder 2015-11-19 13:53:22 +01:00
parent c51f1b4955
commit 7d9d4e26ae

View file

@ -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();