Disable add pedning until fixed
parent
756513f668
commit
c54e55cd96
|
|
@ -196,7 +196,7 @@ void SslServer::incomingConnection(qintptr socketDescriptor)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
addPendingConnection(sslSocket);
|
//addPendingConnection(sslSocket);
|
||||||
|
|
||||||
if (m_sslEnabled) {
|
if (m_sslEnabled) {
|
||||||
qCDebug(dcTcpSocketServer()) << "Start SSL encryption for" << sslSocket;
|
qCDebug(dcTcpSocketServer()) << "Start SSL encryption for" << sslSocket;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue