qt5base-lts/tests/auto/network
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
..
access QNetworkReply: stabilize sslSessionSharing test 2020-03-16 12:12:29 +01:00
bearer Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
kernel tst_QNetworkInterface: don't force an IPv4 link-local address 2019-12-07 10:20:27 -08:00
selftest Skip instead of fail tests when test server is not available 2020-01-14 00:15:16 +01:00
socket QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' instead 2020-02-27 13:56:45 +01:00
ssl QSslCertificate: Turn enum into enum class and expand abbreviation 2020-03-04 18:36:04 +01:00
network.pro Skip instead of fail tests when test server is not available 2020-01-14 00:15:16 +01:00