mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-25 04:18:01 +00:00
DOC: Rename '<var name>' to '<var>' in converter signature
The space appears to trip up the dconv parser and `<var>` is used for other converters.
This commit is contained in:
parent
a308209241
commit
ef4e45ca55
@ -16005,7 +16005,7 @@ secure_memcmp(<var>)
|
|||||||
# value, without leaking the contents using a timing attack.
|
# value, without leaking the contents using a timing attack.
|
||||||
acl token_given str(my_secret_token),secure_memcmp(txn.token)
|
acl token_given str(my_secret_token),secure_memcmp(txn.token)
|
||||||
|
|
||||||
set-var(<var name>)
|
set-var(<var>)
|
||||||
Sets a variable with the input content and returns the content on the output
|
Sets a variable with the input content and returns the content on the output
|
||||||
as-is. The variable keeps the value and the associated input type. The name of
|
as-is. The variable keeps the value and the associated input type. The name of
|
||||||
the variable starts with an indication about its scope. The scopes allowed are:
|
the variable starts with an indication about its scope. The scopes allowed are:
|
||||||
@ -16311,7 +16311,7 @@ ungrpc(<field_number>,[<field_type>])
|
|||||||
interpret the previous binary sample.
|
interpret the previous binary sample.
|
||||||
|
|
||||||
|
|
||||||
unset-var(<var name>)
|
unset-var(<var>)
|
||||||
Unsets a variable if the input content is defined. The name of the variable
|
Unsets a variable if the input content is defined. The name of the variable
|
||||||
starts with an indication about its scope. The scopes allowed are:
|
starts with an indication about its scope. The scopes allowed are:
|
||||||
"proc" : the variable is shared with the whole process
|
"proc" : the variable is shared with the whole process
|
||||||
|
Loading…
Reference in New Issue
Block a user