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
tufang14
2015-03-17 17:45:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1cc3384a19b6653e9ed9eda913216dc4701d9611
1cc3384a
1 parent
79fbeeb8
seg fault
seg fault
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
trunk/src/app/srs_app_http_conn.cpp
trunk/src/app/srs_app_http_conn.cpp
查看文件 @
1cc3384
...
...
@@ -1104,8 +1104,8 @@ int SrsHttpServer::hijack(SrsHttpMessage* request, ISrsHttpHandler** ph)
int
ret
=
ERROR_SUCCESS
;
// when handler not the root, we think the handler is ok.
ISrsHttpHandler
*
h
=
ph
?
*
ph
:
NULL
;
if
(
h
->
entry
&&
h
->
entry
->
pattern
!=
"/"
)
{
ISrsHttpHandler
*
h
=
*
ph
?
*
ph
:
NULL
;
if
(
h
&&
h
->
entry
&&
h
->
entry
->
pattern
!=
"/"
)
{
return
ret
;
}
...
...
请
注册
或
登录
后发表评论