mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix #1629, fix kickoff FLV client bug. 3.0.137
This commit is contained in:
parent
850a4bbf20
commit
0dd6c31487
5 changed files with 40 additions and 17 deletions
|
@ -101,6 +101,9 @@ public:
|
|||
virtual srs_error_t pop_message(ISrsHttpMessage** preq);
|
||||
public:
|
||||
virtual srs_error_t on_got_http_message(ISrsHttpMessage* msg);
|
||||
public:
|
||||
// Set connection to expired.
|
||||
virtual void expire();
|
||||
};
|
||||
|
||||
// The http server, use http stream or static server to serve requests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue