mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
extract http static and http stream from http conn.
This commit is contained in:
parent
baa892a762
commit
f8f6e438cc
15 changed files with 2160 additions and 1771 deletions
|
@ -235,10 +235,11 @@ class SrsServer : virtual public ISrsReloadHandler
|
|||
{
|
||||
private:
|
||||
#ifdef SRS_AUTO_HTTP_API
|
||||
// TODO: FIXME: rename to http_api
|
||||
SrsHttpServeMux* http_api_mux;
|
||||
#endif
|
||||
#ifdef SRS_AUTO_HTTP_SERVER
|
||||
SrsHttpServer* http_stream_mux;
|
||||
SrsHttpServer* http_server;
|
||||
#endif
|
||||
#ifdef SRS_AUTO_HTTP_CORE
|
||||
SrsHttpHeartbeat* http_heartbeat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue