]> git.kaiwu.me - haproxy.git/commit
MEDIUM: http-htx: Make authority update optional when adding a header
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 24 Apr 2026 09:35:08 +0000 (11:35 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 29 Apr 2026 08:03:39 +0000 (10:03 +0200)
commitdd92232012d6184bbb76a7f419cdf4a434822229
treeab34d33826d92a2d0d7d24706e1877f71cf7a906
parent9368f4eaa29da50aeb026680636bc66f8220c0b9
MEDIUM: http-htx: Make authority update optional when adding a header

This patch is similar to the previous one but for header addtion. It is now
possible to skip the authority updated. An extra argument was added to
http_add_header() function for this purpose.
addons/ot/src/http.c
addons/otel/src/http.c
include/haproxy/http_htx.h
src/cache.c
src/fcgi-app.c
src/flt_http_comp.c
src/hlua.c
src/http_act.c
src/http_ana.c
src/http_ext.c
src/http_htx.c