]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: da: Fix HTX message prefetch
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2020 09:49:57 +0000 (11:49 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2020 09:50:14 +0000 (11:50 +0200)
commitd1185cc496cb624f6eddfa525244eace29b61d00
treea1442bf3b9d54cfcf3327a5961b8530dac58c11f
parent49bbf528e47793c716ddaba1cb0bdb039f659075
BUG/MINOR: da: Fix HTX message prefetch

An additional argument has been added to smp_prefetch_htx() function in the
commit 778f5ed47 ("MEDIUM: checks/http-fetch: Support htx prefetch from a check
for HTTP samples"). But forgot to update call in da module.

No need to backport.
src/da.c