1
0
Fork 0
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:
winlin 2014-04-04 23:06:46 +08:00
parent ef26e77560
commit 17ce21348d

1
trunk/src/app/srs_app_http_conn.cpp Executable file → Normal file
View 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;
}