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-04-23 16:25:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e50996270ef1cd368ed275a1351403cc17e95fdf
e5099627
1 parent
0acb942c
fix the config parse error.
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
trunk/src/app/srs_app_config.cpp
trunk/src/app/srs_app_config.cpp
查看文件 @
e509962
...
...
@@ -2570,7 +2570,7 @@ bool SrsConfig::get_vhost_is_edge(SrsConfDirective* vhost)
return
SRS_CONF_DEFAULT_EDGE_MODE
;
}
return
SRS_CONF_PERFER_FALSE
(
conf
->
arg0
())
;
return
conf
->
arg0
()
==
"remote"
;
}
SrsConfDirective
*
SrsConfig
::
get_vhost_edge_origin
(
string
vhost
)
...
...
请
注册
或
登录
后发表评论