]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-h2: fix the offset of the pattern for the ping frame
authorWilly Tarreau <w@1wt.eu>
Tue, 29 Apr 2025 10:05:08 +0000 (12:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Apr 2025 10:13:41 +0000 (12:13 +0200)
commit989f609b1a1cd0d7717864c8dad2d833d018208a
treefbd5b7c76e506b0c6f2e1b9d86cfa8fc0712c344
parent2f7f65e159439a418ee842f3fdff32108df29bbb
BUG/MINOR: mux-h2: fix the offset of the pattern for the ping frame

The ping frame's pattern must be written at offset 9 (frame header
length), not 8. This was added in 3.2 with commit 4dcfe098a6 ("MINOR:
mux-h2: prepare to support PING emission"), so no backport is needed.
src/mux_h2.c