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
2015-03-17 23:46:09 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
6855ab4c528ae2356a12b0db1a7c894370715692
6855ab4c
2 parents
9bf6c9e9
1cc3384a
Merge branch 'develop' of
https://github.com/tufang14/simple-rtmp-server
into tufang14-develop
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
trunk/src/app/srs_app_http_conn.cpp
trunk/src/app/srs_app_http_conn.cpp
查看文件 @
6855ab4
...
...
@@ -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
;
}
...
...
请
注册
或
登录
后发表评论