正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
trunk/src/app/srs_app_http_conn.cpp
100755 → 100644
| @@ -93,6 +93,7 @@ bool SrsHttpRoot::is_handler_valid(SrsHttpMessage* req, int& status_code, std::s | @@ -93,6 +93,7 @@ bool SrsHttpRoot::is_handler_valid(SrsHttpMessage* req, int& status_code, std::s | ||
| 93 | { | 93 | { |
| 94 | status_code = HTTP_InternalServerError; | 94 | status_code = HTTP_InternalServerError; |
| 95 | reason_phrase = HTTP_InternalServerError_str; | 95 | reason_phrase = HTTP_InternalServerError_str; |
| 96 | + | ||
| 96 | return false; | 97 | return false; |
| 97 | } | 98 | } |
| 98 | 99 |
-
请 注册 或 登录 后发表评论