mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 06:06:59 -04:00
DOC: lua: Documentation about some entry missing
The parameter "value" of the function TXN.set_var() was not documented.
This is a regression from the commit 85d79c94a9.
This patch must be backported in 1.7
This commit is contained in:
parent
d2471c2bdc
commit
b210bcc559
1 changed files with 2 additions and 0 deletions
|
|
@ -1521,6 +1521,8 @@ TXN class
|
|||
|
||||
:param class_txn txn: The class txn object containing the data.
|
||||
:param string var: The variable name according with the HAProxy variable syntax.
|
||||
:param type value: The value associated to the variable. The type can be string or
|
||||
integer.
|
||||
|
||||
.. js:function:: TXN.unset_var(TXN, var)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue