Set the maximum number of outgoing connections we can keep idling for a given
client session. The default is 5 (it precisely equals MAX_SRV_LIST which is
defined at build time).
-
Extracts the nth word counting from the beginning (positive index) or from
the end (negative index) considering given delimiters from an input string.
Indexes start at 1 or -1 and delimiters are a string formatted list of chars.
-Delimiters at the beginning or end of the input string are ignored.
+Empty words are skipped. This means that delimiters at the start or end of
+the input string are ignored and consecutive delimiters within the input
+string are considered to be a single delimiter.
Optionally you can specify <count> of words to extract (default: 1).
Value of 0 indicates extraction of all remaining words.
Hashes a binary input sample into an unsigned 32-bit quantity using the WT6
hash function. Optionally, it is possible to apply a full avalanche hash
@@ -22673,7 +22680,7 @@
A first set of sample fetch methods applies to internal information which does
not even relate to any client information. These ones are sometimes used with
-"monitor-fail" directives to report an internal status to external watchers.
+"monitor fail" directives to report an internal status to external watchers.
The sample fetch methods described in this section are usable anywhere.
Always returns the boolean "false" value. It may be used with ACLs as a
temporary replacement for another one when adjusting configurations.
@@ -27513,7 +27520,7 @@
diff --git a/docs/2.8/intro.html b/docs/2.8/intro.html
index f22554cf..99c7e454 100644
--- a/docs/2.8/intro.html
+++ b/docs/2.8/intro.html
@@ -2,7 +2,7 @@
- HAProxy version 2.8.4-1 - Starter Guide
+ HAProxy version 2.8.4-34 - Starter Guide
@@ -484,7 +484,7 @@
You can use left and right arrow keys to navigate between chapters.
- Converted with haproxy-dconv v0.4.2-12 on 2023/11/17
+ Converted with haproxy-dconv v0.4.2-12 on 2023/12/05
diff --git a/docs/2.8/management.html b/docs/2.8/management.html
index 20c5d78a..8a6bf674 100644
--- a/docs/2.8/management.html
+++ b/docs/2.8/management.html
@@ -2,7 +2,7 @@
- HAProxy version 2.8.4-1 - Management Guide
+ HAProxy version 2.8.4-34 - Management Guide
@@ -610,7 +610,7 @@
You can use left and right arrow keys to navigate between chapters.
- Converted with haproxy-dconv v0.4.2-12 on 2023/11/17
+ Converted with haproxy-dconv v0.4.2-12 on 2023/12/05