From: Christopher Faulet Date: Mon, 4 May 2026 15:44:11 +0000 (+0200) Subject: CLEANUP: http-fetch: Adjust smp_fetch_url32_src() comment X-Git-Tag: v3.4-dev11~47 X-Git-Url: http://www.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=45ca881a6b440aee9ac3d19bc850d6f93adbb1f2;p=haproxy.git CLEANUP: http-fetch: Adjust smp_fetch_url32_src() comment smp_fetch_base32() function was referenced instead of smp_fetch_url32(). Let's fix it. --- diff --git a/src/http_fetch.c b/src/http_fetch.c index 830f65fd3..d9aa3877f 100644 --- a/src/http_fetch.c +++ b/src/http_fetch.c @@ -2200,7 +2200,7 @@ static int smp_fetch_url32(const struct arg *args, struct sample *smp, const cha } /* This concatenates the source address with the 32-bit hash of the Host and - * URL as returned by smp_fetch_base32(). The idea is to have per-source and + * URL as returned by smp_fetch_url32(). The idea is to have per-source and * per-url counters. The result is a binary block from 8 to 20 bytes depending * on the source address length. The URL hash is stored before the address so * that in environments where IPv6 is insignificant, truncating the output to