qt6-bb10/src/network
Mårten Nordheim 5d42d3b4e4 QHttp2Connection: Fix handling of MAX_HEADER_TABLE_SIZE setting
We need to, following the RFC, send a Dynamic Table Size Update using
HPack once we have acknowledged the setting as long as the new size is
smaller, or if we decide to use the new, larger size.

It's further complicated by the fact that we need to send this update on
the next 'field block' (anything with headers in it), and we may have
multiple SETTING frames come in, and we need to then acknowledge the
_smallest_ one as well as the _final_ one. This is so the decoder on the
peer's side can know that we have set the smallest size, and trimmed our
tables thusly, before going to the larger size.

This could, for example, be used to clear the table.

Task-number: QTBUG-132277
Change-Id: I2b886e125f2c197bc3d42aa0b2bbd308ed2a687c
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
(cherry picked from commit 57f44d6d882e09f1560f86816fac6ca8d06264fc)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 55dc2af21db3059600465b194daf08cacd925e05)
2025-01-15 21:53:47 +00:00
..
access QHttp2Connection: Fix handling of MAX_HEADER_TABLE_SIZE setting 2025-01-15 21:53:47 +00:00
android Add REUSE.toml files 2024-11-07 08:38:49 +01:00
compat network/*/removed_api.cpp: include qdebug.h explicitly 2025-01-15 00:10:00 +00:00
doc Doc: Remove usage of defunct QDoc command 2024-08-28 11:39:51 +00:00
kernel Create qdoc macros for C++ class docs 2.1: qHash() 2024-12-04 18:55:58 +00:00
socket Fix GCC -Wextra-semi after member function definitions 2024-12-20 07:20:22 +00:00
ssl Create qdoc macros for C++ class docs 2.1: qHash() 2024-12-04 18:55:58 +00:00
CMakeLists.txt CMake: Annotate some targets with SBOM information 2024-06-17 15:54:26 +02:00
configure.cmake Disable QLocalSocket on VxWorks 2024-09-19 17:54:42 +00:00
qt_cmdline.cmake QCryptographicHash: implement OpenSSL 3.0 support 2022-09-26 17:26:37 +02:00