qt6-bb10/tests/auto/network
Mate Barany bb34c6fa6b Make QNAM handle all informational HTTP replies
Make QNetworkAccessManager to discard all informational (1xx) replies
from HTTP servers with the exception of 101.

According to RFC 9110:

"A client MUST be able to parse one or more 1xx responses received
prior to a final response, even if the client does not expect one.
A user agent MAY ignore unexpected 1xx responses."

Status code 101 is an exception because we use it to upgrade to http2
cleartext when it is enabled.

Fixes: QTBUG-108068
Change-Id: I415ff053180a43f0c7ff1b4b2a60fd114ce08ac9
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
2024-02-06 19:10:45 +02:00
..
access Make QNAM handle all informational HTTP replies 2024-02-06 19:10:45 +02:00
kernel Change license for tests files 2024-02-04 09:56:42 +01:00
selftest Change license for tests files 2024-02-04 09:56:42 +01:00
socket Remove extra semi-colons 2024-02-06 20:17:18 +09:00
ssl Change license for tests files 2024-02-04 09:56:42 +01:00
CMakeLists.txt Rid of 'special case' markers 2023-04-13 18:30:58 +02:00