Added support for HTTP prefixes without $ symbol.
This commit is contained in:
parent
6b2a158d9c
commit
48f8bbcb91
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ namespace Mist {
|
||||||
streamname = url.substr(found, found_suf - found);
|
streamname = url.substr(found, found_suf - found);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
}else{
|
||||||
|
return (url.substr(0, m.size()) == m);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue