DOC: clarify the scope of ssl_fc_is_resumed

Clarify that it's for incoming connections.
This commit is contained in:
Jrme Magnin 2018-01-15 14:01:17 +01:00 committed by Willy Tarreau
parent 333694d771
commit 4a326cba5b

View File

@ -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