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

refine code for http remux reload.

This commit is contained in:
winlin 2015-07-10 13:45:21 +08:00
parent 0aa053433c
commit 50feaacdde
2 changed files with 4 additions and 1 deletions

View file

@ -853,6 +853,7 @@ int SrsConfig::reload_vhost(SrsConfDirective* old_root)
}
}
// TODO: reload new http_remux in on_vhost_add
// http_remux, only one per vhost.
if (get_vhost_http_remux_enabled(vhost)) {
for (it = subscribes.begin(); it != subscribes.end(); ++it) {