Undo add pending connection
This commit is contained in:
parent
ad78a13303
commit
df42273ed1
@ -232,7 +232,6 @@ void SslServer::incomingConnection(qintptr socketDescriptor)
|
||||
}
|
||||
if (m_sslEnabled) {
|
||||
qCDebug(dcTcpServer()) << "Starting SSL encryption";
|
||||
addPendingConnection(sslSocket);
|
||||
sslSocket->setSslConfiguration(m_config);
|
||||
sslSocket->startServerEncryption();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user