]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: streams: Add a way to replay failed 0rtt requests.
authorOlivier Houchard <cognet@ci0.org>
Fri, 3 May 2019 20:46:27 +0000 (22:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 4 May 2019 08:20:24 +0000 (10:20 +0200)
commit865d8392bbe86656db72d9e9ec1dba718cb13525
treefa72a792740c3496f52076503db8dbf36e91f687
parenta254a37ad70e8ff266ff3d69ab16eb5303163f7b
MEDIUM: streams: Add a way to replay failed 0rtt requests.

Add a new keyword for retry-on, 0rtt-rejected. If set, we will try to
replay requests for which we sent early data that got rejected by the
server.
If that option is set, we will attempt to use 0rtt if "allow-0rtt" is set
on the server line even if the client didn't send early data.
doc/configuration.txt
include/types/proxy.h
src/backend.c
src/proto_htx.c
src/proxy.c