qt6-bb10/tests/auto/network/access/http2
Timur Pocheptsov dd57605b9e Http/2 - handle PADDED flag correctly
Previously, when deciding where the actual data is, Frame was calling
padding() to test if offset is needed. A curious case with a DATA frame
containing compressed body and having 'PADDED' flag set with a padding
equal to ... 0, ended in a decompression error (and assert in 6.2 code).

Pick-to: 6.2 5.15
Fixes: QTBUG-97179
Change-Id: I9341a4d68510aa4c26f4972afdcd09a530d5a367
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2021-10-09 12:49:01 +02:00
..
certs Make Ubuntu with its non-standard security level happy 2020-10-26 14:07:54 +01:00
CMakeLists.txt tests: Use QT_TESTCASE_SOURCEDIR define 2021-08-11 21:03:56 +02:00
http2srv.cpp Move QNAM's http header parsing into separate class 2021-09-09 16:55:50 +02:00
http2srv.h HTTP/2 authentication required 2021-04-29 13:05:16 +02:00
tst_http2.cpp Http/2 - handle PADDED flag correctly 2021-10-09 12:49:01 +02:00