fixed LTS tag for request url
This commit is contained in:
parent
c51f1b4955
commit
7d9d4e26ae
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ namespace Mist {
|
||||||
if (!myConn.Received().size()){
|
if (!myConn.Received().size()){
|
||||||
if (myConn.peek() && H.Read(myConn)){
|
if (myConn.peek() && H.Read(myConn)){
|
||||||
std::string handler = getHandler();
|
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());
|
DEBUG_MSG(DLVL_MEDIUM, "Received request: %s => %s (%s)", H.getUrl().c_str(), handler.c_str(), H.GetVar("stream").c_str());
|
||||||
if (!handler.size()){
|
if (!handler.size()){
|
||||||
H.Clean();
|
H.Clean();
|
||||||
|
|
Loading…
Add table
Reference in a new issue