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-03-18 17:44:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1c055e7424c03791c18e560c2eac223ffcec0172
1c055e74
1 parent
1ffbdbc0
add log for ssl disabled.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
trunk/src/rtmp/srs_protocol_handshake.cpp
trunk/src/rtmp/srs_protocol_handshake.cpp
查看文件 @
1c055e7
...
...
@@ -1201,6 +1201,7 @@ SrsComplexHandshake::~SrsComplexHandshake()
#ifndef SRS_SSL
int
SrsComplexHandshake
::
handshake_with_client
(
ISrsProtocolReaderWriter
*
/*skt*/
,
char
*
/*_c1*/
)
{
srs_trace
(
"directly use simple handshake for ssl disabled."
);
return
ERROR_RTMP_TRY_SIMPLE_HS
;
}
#else
...
...
请
注册
或
登录
后发表评论