]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h3: Set known input payload length of the sedesc
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 7 Oct 2025 16:53:19 +0000 (18:53 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Oct 2025 09:01:36 +0000 (11:01 +0200)
commitf6a4d41dd01e7c43d84ad77ed1fae51c57c585be
treef3abc0d54cd060a218b4fe41d2c94c9f1b76c6db
parentbc8c6c42f490f18eda539548de4246d28693fb62
MINOR: h3: Set known input payload length of the sedesc

Set <kip> value when data are transfer to the upper layer, in h3_rcv_buf().
The difference between the known length of the payload before and after a
parsing loop is added to <kip> value. When a content-length is specified in
the message, the h3s <body_len> field is used. Otherwise, it is the h3s
<data_len> field.
src/h3.c