1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

for #277, support http vhost mount.

This commit is contained in:
winlin 2015-01-18 16:38:26 +08:00
parent 4513486266
commit 2742c0d3c2
5 changed files with 32 additions and 11 deletions

View file

@ -266,6 +266,8 @@ class SrsGoHttpServeMux
{
private:
std::map<std::string, SrsGoHttpMuxEntry*> entries;
// whether any patterns contain hostnames
bool hosts;
public:
SrsGoHttpServeMux();
virtual ~SrsGoHttpServeMux();