summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2020-11-30 16:38:07 +0100
committerMårten Nordheim <marten.nordheim@qt.io>2020-12-02 10:17:12 +0100
commit65bcac95a7a051d4343aaa3c5ff8b39494aa14e4 (patch)
tree5c9e4da125a58929ad58cef8f887f41307e429ec /tests/auto/network
parent734c8aa9d904e81119b54d4311a2ec7161ee9b90 (diff)
Http2: Remove errored-out requests from queue
The requests will remove themselves once they get deleted but since the deletion is done through a _queued_ invokeMethod to 'deleteLater' we will call QHttpNetworkConnection::_q_startNextRequest first which may end up starting a reconnect of the TCP socket which we had the error on. In this specific instance it manifested as a race condition where we either don't get a proxyAuthorizationRequired signal at all (it was emitted while we didn't have any valid replies), or we get the signal emitted too late and it gets emitted on whatever the next reply was. Task-number: QTBUG-88417 Pick-to: 5.15 6.0 Change-Id: If3f8ececc5550f1868c90124559cb8e3029646d8 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'tests/auto/network')
-rw-r--r--tests/auto/network/access/qnetworkreply/BLACKLIST12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/network/access/qnetworkreply/BLACKLIST b/tests/auto/network/access/qnetworkreply/BLACKLIST
index 0da04b0a93..0b45914709 100644
--- a/tests/auto/network/access/qnetworkreply/BLACKLIST
+++ b/tests/auto/network/access/qnetworkreply/BLACKLIST
@@ -1,16 +1,4 @@
# See qtbase/src/testlib/qtestblacklist.cpp for format
-[authenticationCacheAfterCancel]
-windows-7sp1
-windows-10 msvc-2015
-
-# QTBUG-88417
-[authenticationCacheAfterCancel:https+socksauth]
-ubuntu-20.04
-
-# QTBUG-88417
-[authenticationCacheAfterCancel:https+proxyauth]
-ubuntu-20.04
-
[backgroundRequestInterruption]
opensuse-leap
windows-10 msvc-2015