summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2022-11-01 22:43:34 +0100
committerMichal Klocek <michal.klocek@qt.io>2022-11-17 13:39:38 +0100
commit4d0a8a6030728bcf63b654ecee2de2fec3575b77 (patch)
tree865c99cbe2bc9889268757c30603895998193fa4 /src
parent5e4f626bef2b753446c72a820be0b57235bf68d9 (diff)
Use QSslServer in certificate test
We had our own implementation for the HTTPS server. However, the way it worked involved adding for every incoming connection a socket to the list of pending connections, which resulted in unnecessary logging noise due to socket connect/disconnected signals during the SSL handshake negotiations. It also resulted in memory leaks. Since 6.4 we have now QSslServer which adds socket to the pending connection list only after encryption got established. Pick-to: 6.4 Change-Id: I3c8a2a0684e3f0760a56d4b4aaf7b777700e334b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions