mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix the utest bug
This commit is contained in:
parent
240a1bfadb
commit
256459e1ec
6 changed files with 116 additions and 76 deletions
1
trunk/src/app/srs_app_http_api.cpp
Executable file → Normal file
1
trunk/src/app/srs_app_http_api.cpp
Executable file → Normal file
|
@ -1304,7 +1304,6 @@ int SrsGoApiError::serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r)
|
|||
return srs_api_response_code(w, r, 100);
|
||||
}
|
||||
|
||||
|
||||
SrsHttpApi::SrsHttpApi(IConnectionManager* cm, st_netfd_t fd, SrsHttpServeMux* m)
|
||||
: SrsConnection(cm, fd)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue