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

for #319, support rpc raw api to query the HTTP RAW API configs.

This commit is contained in:
winlin 2015-08-28 12:28:18 +08:00
parent af0a76e51a
commit 2dcf3bc606
7 changed files with 236 additions and 21 deletions

View file

@ -80,6 +80,16 @@ int ISrsReloadHandler::on_reload_http_api_disabled()
return ERROR_SUCCESS;
}
int ISrsReloadHandler::on_reload_http_api_crossdomain()
{
return ERROR_SUCCESS;
}
int ISrsReloadHandler::on_reload_http_api_raw_api()
{
return ERROR_SUCCESS;
}
int ISrsReloadHandler::on_reload_http_stream_enabled()
{
return ERROR_SUCCESS;