mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #913, use complex error for http
This commit is contained in:
parent
661eb8b37c
commit
9f5224c34a
24 changed files with 388 additions and 453 deletions
|
@ -85,9 +85,9 @@ int ISrsReloadHandler::on_reload_http_api_disabled()
|
|||
return ERROR_SUCCESS;
|
||||
}
|
||||
|
||||
int ISrsReloadHandler::on_reload_http_api_crossdomain()
|
||||
srs_error_t ISrsReloadHandler::on_reload_http_api_crossdomain()
|
||||
{
|
||||
return ERROR_SUCCESS;
|
||||
return srs_success;
|
||||
}
|
||||
|
||||
int ISrsReloadHandler::on_reload_http_api_raw_api()
|
||||
|
@ -110,9 +110,9 @@ int ISrsReloadHandler::on_reload_http_stream_updated()
|
|||
return ERROR_SUCCESS;
|
||||
}
|
||||
|
||||
int ISrsReloadHandler::on_reload_http_stream_crossdomain()
|
||||
srs_error_t ISrsReloadHandler::on_reload_http_stream_crossdomain()
|
||||
{
|
||||
return ERROR_SUCCESS;
|
||||
return srs_success;
|
||||
}
|
||||
|
||||
int ISrsReloadHandler::on_reload_vhost_http_updated()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue