summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in
diff options
context:
space:
mode:
authorPeter Hartmann <phartmann@blackberry.com>2013-06-13 11:53:35 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-18 13:41:03 +0200
commit75e9c7d6bc662e62e9ce8b641588183992c1e8bf (patch)
tree6d43ede02107f20413182a0e23427220ff824ce1 /src/corelib/Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in
parent36d42a0edee32363628d238fe45d53895d5b4411 (diff)
HTTP internals: consider SSL sockets with pending encryption as usable
We do not decide which socket a HTTP request is sent on until the socket is actually ready for sending a request (i.e. it is connected for HTTP requests and encryption is done for HTTPS requests). When deciding how many sockets we need for the queued requests, we consider an in-flight socket as free if it is still connecting. However, we considered a socket that was connected but needed to complete encryption as busy, and would instead open another socket. Now, we consider an encrypting socket as in-flight as well. Change-Id: I93d6743da6fc430d1424c6965e1475865fd97243 Reviewed-by: Richard J. Moore <rich@kde.org>
Diffstat (limited to 'src/corelib/Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in')
0 files changed, 0 insertions, 0 deletions