Fixed HTTP-based CONN_PLAY triggers URLs
This commit is contained in:
parent
35b2dd6bee
commit
4db86ab2bb
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue