mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02:00
DOC: configuration: remove wrong tcp-request examples in tcp-response
There is a massive abuse of copy-paste in the doc that is visible in the examples and arguments declaration. Let's at least remove irrelevant examples for now.
This commit is contained in:
parent
54b96d9955
commit
e7267120d5
@ -12587,7 +12587,7 @@ tcp-response content <action> [{if | unless} <condition>]
|
||||
set-tos".
|
||||
|
||||
- set-var(<var-name>) <expr>
|
||||
Sets a variable.
|
||||
Sets a variable from an expression.
|
||||
|
||||
- unset-var(<var-name>)
|
||||
Unsets a variable.
|
||||
@ -12681,17 +12681,9 @@ tcp-response content <action> [{if | unless} <condition>]
|
||||
<expr> Is a standard HAProxy expression formed by a sample-fetch
|
||||
followed by some converters.
|
||||
|
||||
Example:
|
||||
|
||||
tcp-request content set-var(sess.my_var) src
|
||||
|
||||
The "unset-var" is used to unset a variable. See above for details about
|
||||
<var-name>.
|
||||
|
||||
Example:
|
||||
|
||||
tcp-request content unset-var(sess.my_var)
|
||||
|
||||
The "send-spoe-group" is used to trigger sending of a group of SPOE
|
||||
messages. To do so, the SPOE engine used to send messages must be defined, as
|
||||
well as the SPOE group to send. Of course, the SPOE engine must refer to an
|
||||
|
Loading…
Reference in New Issue
Block a user