mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-21 09:25:29 -04:00
CLEANUP: http-fetch: Adjust smp_fetch_url32_src() comment
smp_fetch_base32() function was referenced instead of smp_fetch_url32(). Let's fix it.
This commit is contained in:
parent
e7482c4d0e
commit
45ca881a6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue