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
|
@ -242,12 +242,6 @@ srs_error_t SrsDynamicHttpConn::do_proxy(ISrsHttpResponseReader* rr, SrsFlvDecod
|
|||
return err;
|
||||
}
|
||||
|
||||
srs_error_t SrsDynamicHttpConn::on_reload_http_stream_crossdomain()
|
||||
{
|
||||
bool v = _srs_config->get_http_stream_crossdomain();
|
||||
return conn->set_crossdomain_enabled(v);
|
||||
}
|
||||
|
||||
srs_error_t SrsDynamicHttpConn::on_start()
|
||||
{
|
||||
return srs_success;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue