mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 07:37:02 +02:00
DOC: Typo fixed "it" should be "is"
This patch was proposed in GitHub PR #1415. Reviewed-by: Tim Duesterhus <tim@bastelstu.be>
This commit is contained in:
parent
66255f7bbf
commit
e09efaa7cb
@ -12528,7 +12528,7 @@ tcp-request session <action> [{if | unless} <condition>]
|
||||
it is possible to evaluate some conditions to decide whether this session
|
||||
must be accepted or dropped or have its counters tracked. Those conditions
|
||||
cannot make use of any data contents because no buffers are allocated yet and
|
||||
the processing cannot wait at this stage. The main use case it to copy some
|
||||
the processing cannot wait at this stage. The main use case is to copy some
|
||||
early information into variables (since variables are accessible in the
|
||||
session), or to keep track of some information collected after the handshake,
|
||||
such as SSL-level elements (SNI, ciphers, client cert's CN) or information
|
||||
|
Loading…
Reference in New Issue
Block a user