]> git.kaiwu.me - haproxy.git/commit
CLEANUP: sample: fix the comment regarding the range of the thread sample fetch
authorWilly Tarreau <w@1wt.eu>
Tue, 14 Apr 2026 14:58:53 +0000 (16:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 14 Apr 2026 14:59:56 +0000 (16:59 +0200)
commitb943d2a7eb6d858a2f11baa3ffa3d6b92c25ebcc
tree950cceb53d40d68789a225cf6944e1374d8340fd
parent9c6e07c43fb61c3ee81ac7a08e0b60070b2bc664
CLEANUP: sample: fix the comment regarding the range of the thread sample fetch

The comment says "between 1 and nbthread" while it's in fact between 0 and
nbthread-1 and this is also documented like this in the config manual. No
backport needed though it cannot hurt.
src/sample.c