commit | 865d8392bbe86656db72d9e9ec1dba718cb13525 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Fri May 03 22:46:27 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 04 10:20:24 2019 +0200 |
tree | fa72a792740c3496f52076503db8dbf36e91f687 | |
parent | a254a37ad70e8ff266ff3d69ab16eb5303163f7b [diff] |
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.