mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-23 13:17:16 +00:00
DOC: Fix some typo in SPOE documentation
[wt: backport to 1.7]
This commit is contained in:
parent
31bfe1f262
commit
1002aac161
@ -333,7 +333,7 @@ event <name>
|
||||
|
||||
Supported events are:
|
||||
- on-client-session
|
||||
- on-server-connectiob
|
||||
- on-server-session
|
||||
- on-frontend-tcp-request
|
||||
- on-backend-tcp-request
|
||||
- on-tcp-response
|
||||
@ -840,10 +840,10 @@ Here is the list of supported actions:
|
||||
attached to this action: the variable scope (proc, sess, txn,
|
||||
req or req) and the variable name (a string).
|
||||
|
||||
ACTION-UNSET-VAR : <SET-VAR:1 byte><NB-ARGS:1 byte><VAR-SCOPE:1 byte><VAR-NAME>
|
||||
ACTION-UNSET-VAR : <UNSET-VAR:1 byte><NB-ARGS:1 byte><VAR-SCOPE:1 byte><VAR-NAME>
|
||||
|
||||
SET-VAR : <1>
|
||||
NB-ARGS : <3>
|
||||
UNSET-VAR : <2>
|
||||
NB-ARGS : <2>
|
||||
VAR-SCOPE : <PROCESS> | <SESSION> | <TRANSACTION> | <REQUEST> | <RESPONSE>
|
||||
VAR-NAME : <STRING>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user