]> git.kaiwu.me - nginx.git/commit
HTTP/3: use max table capacity for insert buffer allocation
authorRoman Arutyunyan <arut@nginx.com>
Tue, 19 May 2026 11:43:41 +0000 (15:43 +0400)
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>
Wed, 17 Jun 2026 14:40:35 +0000 (07:40 -0700)
commit875750a4f76bf68189929f887951e02b66c99801
tree63f3d3ed041177fa6b63c5a084407736dcbcf1f3
parentab976ab39a9e924aa2016f00a22ad301f39c81ac
HTTP/3: use max table capacity for insert buffer allocation

Previously, current capacity was used for the allocation, which could
be insufficient if table capacity was later increased.
src/http/v3/ngx_http_v3_table.c