mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1657, refine the context for disposing
This commit is contained in:
parent
b492d59df0
commit
fc21b31714
9 changed files with 38 additions and 12 deletions
|
@ -1689,6 +1689,11 @@ SrsHttpApi::~SrsHttpApi()
|
|||
srs_freep(conn);
|
||||
}
|
||||
|
||||
srs_error_t SrsHttpApi::on_start()
|
||||
{
|
||||
return srs_success;
|
||||
}
|
||||
|
||||
srs_error_t SrsHttpApi::on_http_message(ISrsHttpMessage* req)
|
||||
{
|
||||
srs_error_t err = srs_success;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue