Disable add pedning until fixed

cleanup-proxy-code
Simon Stürz 2023-02-22 11:50:38 +01:00
parent 756513f668
commit c54e55cd96
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ void SslServer::incomingConnection(qintptr socketDescriptor)
return;
}
addPendingConnection(sslSocket);
//addPendingConnection(sslSocket);
if (m_sslEnabled) {
qCDebug(dcTcpSocketServer()) << "Start SSL encryption for" << sslSocket;