mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1657, refine on_http_message with response writer
This commit is contained in:
parent
d67b050935
commit
74799a31e3
6 changed files with 18 additions and 14 deletions
|
@ -264,7 +264,7 @@ srs_error_t SrsDynamicHttpConn::on_start()
|
|||
return srs_success;
|
||||
}
|
||||
|
||||
srs_error_t SrsDynamicHttpConn::on_http_message(ISrsHttpMessage* msg)
|
||||
srs_error_t SrsDynamicHttpConn::on_http_message(ISrsHttpMessage* r, SrsHttpResponseWriter* w)
|
||||
{
|
||||
return srs_success;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue