mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine http code, define CRLF consts for http
This commit is contained in:
parent
6913efe127
commit
41f5217360
3 changed files with 30 additions and 9 deletions
|
@ -31,11 +31,11 @@ SrsHttpApi::SrsHttpApi(SrsServer* srs_server, st_netfd_t client_stfd)
|
|||
{
|
||||
}
|
||||
|
||||
SrsHttpApi::~SrsHttpApi()
|
||||
SrsHttpApi::~SrsHttpApi()
|
||||
{
|
||||
}
|
||||
|
||||
int SrsHttpApi::do_cycle()
|
||||
int SrsHttpApi::do_cycle()
|
||||
{
|
||||
int ret = ERROR_SUCCESS;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue