]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: http_fetch: fix the "base" and "base32" fetch methods in HTX mode
authorDragan Dosen <ddosen@haproxy.com>
Tue, 12 Feb 2019 18:50:31 +0000 (19:50 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 12 Feb 2019 19:43:03 +0000 (20:43 +0100)
commit8861e1c082bd23dc3d7a45c7abfb01b1ecde4918
tree195571617cd3a19247550ab9b00109b5fb1195c5
parent76d2cef0c2f11e54c4eb2b4fbf3c219649e69c6d
BUG/MEDIUM: http_fetch: fix the "base" and "base32" fetch methods in HTX mode

The resulting value produced in functions smp_fetch_base() and
smp_fetch_base32() was wrong when in HTX mode.

This patch also adds the semicolon at the end of the for-loop line, used
in function smp_fetch_path(), since it's actually with no body.

This must be backported to 1.9.
src/http_fetch.c