mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-18 18:19:39 -05:00
DOC: clarify the scope of ssl_fc_is_resumed
Clarify that it's for incoming connections.
This commit is contained in:
parent
333694d771
commit
4a326cba5b
1 changed files with 2 additions and 1 deletions
|
|
@ -14510,7 +14510,8 @@ ssl_fc_has_sni : boolean
|
|||
|
||||
ssl_fc_is_resumed : boolean
|
||||
Returns true if the SSL/TLS session has been resumed through the use of
|
||||
SSL session cache or TLS tickets.
|
||||
SSL session cache or TLS tickets on an incoming connection over an SSL/TLS
|
||||
transport layer.
|
||||
|
||||
ssl_fc_npn : string
|
||||
This extracts the Next Protocol Negotiation field from an incoming connection
|
||||
|
|
|
|||
Loading…
Reference in a new issue