implements the http stream module. change to 0.9.49
This commit is contained in:
parent
ef26e77560
commit
17ce21348d
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;
|
status_code = HTTP_InternalServerError;
|
||||||
reason_phrase = HTTP_InternalServerError_str;
|
reason_phrase = HTTP_InternalServerError_str;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user