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:
parent
4513486266
commit
2742c0d3c2
5 changed files with 32 additions and 11 deletions
|
@ -266,6 +266,8 @@ class SrsGoHttpServeMux
|
|||
{
|
||||
private:
|
||||
std::map<std::string, SrsGoHttpMuxEntry*> entries;
|
||||
// whether any patterns contain hostnames
|
||||
bool hosts;
|
||||
public:
|
||||
SrsGoHttpServeMux();
|
||||
virtual ~SrsGoHttpServeMux();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue