mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix #2881: HTTP: Support merging api to server. v5.0.47
This commit is contained in:
parent
6508a082e9
commit
457738f6eb
34 changed files with 333 additions and 934 deletions
|
@ -322,11 +322,6 @@ protected:
|
|||
// @remark, use protected for the utest to override with mock.
|
||||
virtual srs_error_t reload_conf(SrsConfig* conf);
|
||||
private:
|
||||
// Reload the http_api section of config.
|
||||
virtual srs_error_t reload_http_api(SrsConfDirective* old_root);
|
||||
// Reload the http_stream section of config.
|
||||
// TODO: FIXME: rename to http_server.
|
||||
virtual srs_error_t reload_http_stream(SrsConfDirective* old_root);
|
||||
// Reload the rtc_server section of config.
|
||||
virtual srs_error_t reload_rtc_server(SrsConfDirective* old_root);
|
||||
// Reload the transcode section of vhost of config.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue