qt6-bb10/tests/auto/network/access/http2
Mate Barany 6d08db8666 Handle informational HTTP replies (1xx) for HTTP/2
Make QHttp2ProtocolHandler discard all informational (1xx) replies 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."

Fixes: QTBUG-121755
Change-Id: I8b8d578f23d4fbe28929f8c54b3607bcaf85405f
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
2024-03-01 23:57:13 +01:00
..
certs Make Ubuntu with its non-standard security level happy 2020-10-26 14:07:54 +01:00
BLACKLIST Blacklist tst_Http2::duplicateRequestsWithAborts on QNX 2023-12-04 16:04:18 +01:00
CMakeLists.txt CMake: Make network tests standalone projects 2023-07-05 15:09:32 +02:00
http2srv.cpp Handle informational HTTP replies (1xx) for HTTP/2 2024-03-01 23:57:13 +01:00
http2srv.h Handle informational HTTP replies (1xx) for HTTP/2 2024-03-01 23:57:13 +01:00
tst_http2.cpp Handle informational HTTP replies (1xx) for HTTP/2 2024-03-01 23:57:13 +01:00