qt5base-lts/tests/benchmarks/network/access/qnetworkreply
Peter Hartmann 48345e5d3c HTTP internals: do not open too many sockets when preconnecting
Each pair of (normal request, preconnect request) requires only one
socket. E.g. if there is 1 preconnect request in-flight and 2 normal
requests, we need only 2 sockets in total, and not 3.

Therefore, we need to keep track of whether a request is
preconnecting or a normal one.

Task-number: QTBUG-31594
Change-Id: If92ccc35abadfa6090d64ee92bd466615909c94c
Reviewed-by: Richard J. Moore <rich@kde.org>
2013-06-24 10:04:14 +02:00
..
qnetworkreply.pro QNetworkAccessManager: add public methods to pre-TCP/pre-SSL-connect 2013-06-03 23:16:08 +02:00
tst_qnetworkreply.cpp HTTP internals: do not open too many sockets when preconnecting 2013-06-24 10:04:14 +02:00