1
0
Fork 0
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:
winlin 2020-03-21 22:41:25 +08:00
parent 850a4bbf20
commit 0dd6c31487
5 changed files with 40 additions and 17 deletions

View file

@ -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.