]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: doc: Document the interaction of allow-0rtt and retry-on 0rtt-rejected.
authorOlivier Houchard <ohouchard@haproxy.com>
Mon, 6 May 2019 17:01:04 +0000 (19:01 +0200)
committerOlivier Houchard <cognet@ci0.org>
Mon, 6 May 2019 17:01:19 +0000 (19:01 +0200)
Document that haproxy will try to use early data when connecting to the
server if we have retry-on 0rtt-rejected, as well.

doc/configuration.txt

index 674134e10f06c5e7f8731026c19743bd2f63308e..95f345e7e9c6685d490218457d85d0bbf5a36f16 100644 (file)
@@ -11756,7 +11756,8 @@ agent-port <port>
 
 allow-0rtt
   Allow sending early data to the server when using TLS 1.3.
-  Note that early data will be sent only if the client used early data.
+  Note that early data will be sent only if the client used early data, or
+  if the backend uses "retry-on" with the "0rtt-rejected" keyword.
 
 alpn <protocols>
   This enables the TLS ALPN extension and advertises the specified protocol