]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: tcpcheck: Release temporary small chunk when retrying on http-check
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Apr 2026 07:56:06 +0000 (09:56 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Apr 2026 08:49:24 +0000 (10:49 +0200)
commitcf9694474be1161253e6c70c8ebc22114fbb7e73
tree54f3be240b1267832462035186f95d6cd261ad91
parent03da32bbff9ad746c84c65be9e506543082b10bd
BUG/MEDIUM: tcpcheck: Release temporary small chunk when retrying on http-check

When a http request is sent during an http healthcheck, if an error is
triggered while the output buffer is a small buffer, another attempt is made
with a larger one. When this happens, the temporary chunk used to format
headers must be released.

No backport needed.
src/tcpcheck.c