mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
STAT: Refine stat for global server.
This commit is contained in:
parent
da24de5ecb
commit
4e3ea99ccd
6 changed files with 17 additions and 15 deletions
|
@ -57,6 +57,7 @@ public:
|
|||
virtual srs_error_t on_conn_done(srs_error_t r0) = 0;
|
||||
};
|
||||
|
||||
// TODO: FIXME: Should rename to roundtrip or responder, not connection.
|
||||
// The http connection which request the static or stream content.
|
||||
class SrsHttpConn : public ISrsStartableConneciton, public ISrsCoroutineHandler
|
||||
, public ISrsExpire
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue