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
2013-12-22 00:33:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4b74435e89030ab8bd2d559f708aa6d71065f7de
4b74435e
1 parent
96f9a40c
fix bug of resolve vhost, must strip then get from config.
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
trunk/src/core/srs_core_rtmp.cpp
trunk/src/core/srs_core_rtmp.cpp
100755 → 100644
查看文件 @
4b74435
...
...
@@ -122,6 +122,7 @@ int SrsRequest::discovery_app()
app
=
url
;
srs_vhost_resolve
(
vhost
,
app
);
strip
();
// resolve the vhost from config
SrsConfDirective
*
parsed_vhost
=
config
->
get_vhost
(
vhost
);
...
...
请
注册
或
登录
后发表评论