mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for bug #277, use http not found when no file.
This commit is contained in:
parent
398b212bfa
commit
f1393ee43f
2 changed files with 10 additions and 1 deletions
|
@ -265,6 +265,7 @@ public:
|
|||
class SrsGoHttpServeMux
|
||||
{
|
||||
private:
|
||||
// the pattern handler.
|
||||
std::map<std::string, SrsGoHttpMuxEntry*> entries;
|
||||
// the vhost handler.
|
||||
std::map<std::string, ISrsGoHttpHandler*> vhosts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue