]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h1: Add a H1M flag to specify a non-empty 'Upgrade:' header was parsed
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 26 May 2026 13:30:33 +0000 (15:30 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 26 May 2026 16:28:07 +0000 (18:28 +0200)
commitb238c08015e986da330252cd6197f185308fca57
tree0a44a76222b86d7179a046093e01d72b8fdc0215
parent547c2e4e785aefaee9791b2afd0f63816131e075
MINOR: h1: Add  a H1M flag to specify a non-empty 'Upgrade:' header was parsed

H1_MF_UPG_HDR flags was introduced to let H1 parser knwon a non-empty 'Upgrade:'
header was parsed.

This patch is mandatory to fix a bug.
include/haproxy/h1.h
src/h1.c