Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-04-04 23:06:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
17ce21348d38ab6a79a77c09a6693abb8cbb23a0
17ce2134
1 parent
ef26e775
implements the http stream module. change to 0.9.49
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
trunk/src/app/srs_app_http_conn.cpp
trunk/src/app/srs_app_http_conn.cpp
100755 → 100644
查看文件 @
17ce213
...
...
@@ -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
;
}
...
...
请
注册
或
登录
后发表评论