mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add log for ssl disabled.
This commit is contained in:
parent
1ffbdbc098
commit
1c055e7424
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue