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
|
@ -393,12 +393,12 @@ private:
|
|||
/**
|
||||
* reload the http_api section of config.
|
||||
*/
|
||||
virtual int reload_http_api(SrsConfDirective* old_root);
|
||||
virtual srs_error_t reload_http_api(SrsConfDirective* old_root);
|
||||
/**
|
||||
* reload the http_stream section of config.
|
||||
*/
|
||||
// TODO: FIXME: rename to http_server.
|
||||
virtual int reload_http_stream(SrsConfDirective* old_root);
|
||||
virtual srs_error_t reload_http_stream(SrsConfDirective* old_root);
|
||||
/**
|
||||
* reload the transcode section of vhost of config.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue