]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: http-htx: Loop on full host value during scheme based normalization
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 28 Apr 2026 09:34:36 +0000 (11:34 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 29 Apr 2026 08:03:39 +0000 (10:03 +0200)
commit8d2ea3c1ceb341e51c2a8e06482052cfd44cc8cf
tree1d96dbefdf24d0263d2156a5ae01801561347d3f
parent632b54ebfc8847037d1a0537c536be53fc0a7214
BUG/MEDIUM: http-htx: Loop on full host value during scheme based normalization

During scheme based normalization, when the authority is normalized, the
host headers are updated accordingly. Only full host header values must be
updated. Comma-separated list are not expected here.

It is important to do so to be consistant with other places where the host
header is updated (when the request URI is changed for instance).
src/http_htx.c