mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix bug of merge code for reload http_remux for vhost
This commit is contained in:
parent
ccf6a4de1e
commit
71f2726b31
1 changed files with 1 additions and 0 deletions
|
@ -354,6 +354,7 @@ public:
|
|||
virtual void unmount_hls(SrsRequest* r);
|
||||
// interface ISrsReloadHandler.
|
||||
public:
|
||||
virtual int on_reload_vhost_added(std::string vhost);
|
||||
virtual int on_reload_vhost_http_remux_updated(std::string vhost);
|
||||
virtual int on_reload_vhost_hls(std::string vhost);
|
||||
// interface ISrsHttpMatchHijacker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue