commit | f11b1fb87fd94896aa7dbf69a57b023e4ceb952c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue May 05 11:53:43 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 05 11:53:43 2020 +0200 |
tree | da5432ea273f156e1bb204ba09b7901b1b50abae | |
parent | b565e72dfbbb526bb6aaa0ffd1864d3534b38c8c [diff] |
BUG/MINOR: 51d: 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 51d module. No need to backport.