mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine code, ignore client when no ip.
This commit is contained in:
parent
49308dddfb
commit
a7bf4bfda5
10 changed files with 97 additions and 80 deletions
|
@ -215,7 +215,7 @@ private:
|
|||
bool crossdomain_required;
|
||||
bool crossdomain_enabled;
|
||||
public:
|
||||
SrsHttpApi(IConnectionManager* cm, st_netfd_t fd, SrsHttpServeMux* m);
|
||||
SrsHttpApi(IConnectionManager* cm, st_netfd_t fd, SrsHttpServeMux* m, std::string cip);
|
||||
virtual ~SrsHttpApi();
|
||||
// interface IKbpsDelta
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue