qt6-bb10/tests/auto/network/access
Mårten Nordheim 3e9014ed61 QNetworkReply: stabilize sslSessionSharing test
Sometimes this test would fail due to the session not actually being
reused. The cause of this was that the requests were sometimes being
completed 1-by-1, enabling the individual requests to re-use the
already-connected socket completely because it stayed connected.

Setting the Connection-header to close lets us be sure that
the socket cannot be re-used when the request is finished.

Fixes: QTBUG-82846
Change-Id: I5da8baa50a3a45fb60f1e1613e500e3e9c034fb0
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2020-03-16 12:12:29 +01:00
..
hpack Hpack - fix the static lookup 2019-03-04 16:18:14 +00:00
hsts Auto-tests: remove unneeded 'gui' from QT variable 2018-04-18 14:22:26 +00:00
http2 QNetworkReply: Deprecate 'error' signal, use 'errorOccurred' instead 2020-03-03 18:25:57 +01:00
qabstractnetworkcache Revert "QNetworkReply: deprecate the 'error' getter" 2020-02-28 07:21:14 +03:00
qftp Skip instead of fail tests when test server is not available 2020-01-14 00:15:16 +01:00
qhttpnetworkconnection QNetworkReply: Deprecate 'error' signal, use 'errorOccurred' instead 2020-03-03 18:25:57 +01:00
qhttpnetworkreply Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qnetworkaccessmanager QNetworkReply: Deprecate 'error' signal, use 'errorOccurred' instead 2020-03-03 18:25:57 +01:00
qnetworkcachemetadata Updated license headers 2016-01-21 18:55:18 +00:00
qnetworkcookie Add qtest_network.h 2016-09-29 21:46:19 +00:00
qnetworkcookiejar Fix mis-handling of actual TLD in qIsEffectiveTLD() 2019-09-16 17:05:09 +02:00
qnetworkdiskcache Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
qnetworkreply QNetworkReply: stabilize sslSessionSharing test 2020-03-16 12:12:29 +01:00
qnetworkrequest QNetworkRequest: make the default ctor implicit 2019-07-15 13:07:10 +02:00
spdy QNetworkReply: Deprecate 'error' signal, use 'errorOccurred' instead 2020-03-03 18:25:57 +01:00
access.pro Add HTTP strict tranport security support to QNAM 2017-01-20 08:41:50 +00:00