mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
implements the http stream module. change to 0.9.49
This commit is contained in:
parent
ef26e77560
commit
17ce21348d
1 changed files with 304 additions and 303 deletions
1
trunk/src/app/srs_app_http_conn.cpp
Executable file → Normal file
1
trunk/src/app/srs_app_http_conn.cpp
Executable file → Normal file
|
@ -93,6 +93,7 @@ bool SrsHttpRoot::is_handler_valid(SrsHttpMessage* req, int& status_code, std::s
|
|||
{
|
||||
status_code = HTTP_InternalServerError;
|
||||
reason_phrase = HTTP_InternalServerError_str;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue