mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix #439: http remux support reload
This commit is contained in:
parent
da47f1648b
commit
bed540bac9
5 changed files with 153 additions and 42 deletions
|
@ -100,7 +100,7 @@ int ISrsReloadHandler::on_reload_vhost_http_updated()
|
|||
return ERROR_SUCCESS;
|
||||
}
|
||||
|
||||
int ISrsReloadHandler::on_reload_vhost_http_remux_updated()
|
||||
int ISrsReloadHandler::on_reload_vhost_http_remux_updated(string vhost)
|
||||
{
|
||||
return ERROR_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue