mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1657, handle on_message_done
This commit is contained in:
parent
4b082ea96c
commit
c3d290013e
6 changed files with 27 additions and 0 deletions
|
@ -270,6 +270,7 @@ public:
|
|||
public:
|
||||
virtual srs_error_t on_start();
|
||||
virtual srs_error_t on_http_message(ISrsHttpMessage* r, SrsHttpResponseWriter* w);
|
||||
virtual srs_error_t on_message_done(ISrsHttpMessage* r, SrsHttpResponseWriter* w);
|
||||
virtual srs_error_t on_conn_done(srs_error_t r0);
|
||||
// Interface ISrsResource.
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue