1
0
Fork 0
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:
winlin 2014-03-27 17:13:26 +08:00
parent 6913efe127
commit 41f5217360
3 changed files with 30 additions and 9 deletions

View file

@ -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;