mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the http crossdomain, send it only required
This commit is contained in:
parent
133a6f0dbf
commit
4984631cd6
4 changed files with 58 additions and 18 deletions
|
@ -98,6 +98,7 @@ class SrsHttpApi : public SrsConnection
|
|||
private:
|
||||
SrsHttpParser* parser;
|
||||
SrsHttpHandler* handler;
|
||||
bool requires_crossdomain;
|
||||
public:
|
||||
SrsHttpApi(SrsServer* srs_server, st_netfd_t client_stfd, SrsHttpHandler* _handler);
|
||||
virtual ~SrsHttpApi();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue