From 4a326cba5b6720c95199e7f919f69a1ae682efb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Magnin?= Date: Mon, 15 Jan 2018 14:01:17 +0100 Subject: [PATCH] DOC: clarify the scope of ssl_fc_is_resumed Clarify that it's for incoming connections. --- doc/configuration.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 827506788..c93af518e 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -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