]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http-ana: Remove a debugging memset on redirect
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jun 2026 09:20:28 +0000 (11:20 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Jun 2026 06:55:56 +0000 (08:55 +0200)
commit7bfa568e27173ecdcd9b95e2e225df3185863f1b
treedf81591cbb0b4c31317018e94b10c596969b069a
parentc64e242b1ca383c441022a9138830ad106848527
BUG/MINOR: http-ana: Remove a debugging memset on redirect

A memset used for debug was left when "keep-query" option was added. Let's
remove it. This bug should be harmless but it consumes extra CPU for
nothing.

This patch should be backported as far as 3.2.
src/http_ana.c