Merge pull request #61 from tantongchao/master

TC_EpollServer::Connction 构造时,增加对_authInit变量初始化
This commit is contained in:
ruanshudong 2020-04-20 19:30:02 +08:00 committed by GitHub
commit 79be90a504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -686,7 +686,7 @@ TC_EpollServer::Connection::Connection(TC_EpollServer::BindAdapter *pBindAdapter
, _bEmptyConn(true)
, _pRecvBuffer(NULL)
, _nRecvBufferSize(DEFAULT_RECV_BUFFERSIZE)
, _authInit(false)
{
assert(fd != -1);