1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine code, extract http hooks.

This commit is contained in:
winlin 2014-04-01 18:40:24 +08:00
parent 5bbb76a59d
commit e70609cea3
9 changed files with 948 additions and 847 deletions

View file

@ -41,6 +41,7 @@ using namespace std;
#include <srs_app_http.hpp>
#include <srs_app_bandwidth.hpp>
#include <srs_app_socket.hpp>
#include <srs_app_http_hooks.hpp>
SrsRtmpConn::SrsRtmpConn(SrsServer* srs_server, st_netfd_t client_stfd)
: SrsConnection(srs_server, client_stfd)