mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 07:37:02 +02:00
DOC: config: Fix configuration example for mqtt
This patch fixes the example for mqtt_is_valid(), it was missing curly braces within the ACL.
This commit is contained in:
parent
89f6dedf48
commit
cc9d9b0906
@ -16513,7 +16513,7 @@ mqtt_is_valid
|
|||||||
Example:
|
Example:
|
||||||
|
|
||||||
acl data_in_buffer req.len ge 4
|
acl data_in_buffer req.len ge 4
|
||||||
tcp-request content reject unless req.payload(0,0),mqtt_is_valid
|
tcp-request content reject unless { req.payload(0,0),mqtt_is_valid }
|
||||||
|
|
||||||
mul(<value>)
|
mul(<value>)
|
||||||
Multiplies the input value of type signed integer by <value>, and returns
|
Multiplies the input value of type signed integer by <value>, and returns
|
||||||
|
Loading…
Reference in New Issue
Block a user