qt5base-lts/tests/auto/network/access
Mårten Nordheim 65bcac95a7 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>
2020-12-02 10:17:12 +01:00
..
hpack CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
hsts CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
http2 Make Ubuntu with its non-standard security level happy 2020-10-26 14:07:54 +01:00
qabstractnetworkcache Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
qdecompresshelper CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qhttpnetworkconnection Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
qhttpnetworkreply CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qnetworkaccessmanager CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qnetworkcachemetadata CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qnetworkcookie CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qnetworkcookiejar Update public suffix list header to latest version 2020-11-08 13:02:30 +01:00
qnetworkdiskcache Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
qnetworkreply Http2: Remove errored-out requests from queue 2020-12-02 10:17:12 +01:00
qnetworkrequest Deprecate QVariant::Type 2020-10-23 09:58:57 +02:00
access.pro Remove QFtp sources etc. in favor of alternate distribution 2020-08-27 18:58:21 +02:00
CMakeLists.txt Remove QFtp sources etc. in favor of alternate distribution 2020-08-27 18:58:21 +02:00