MEDIUM: streams: Add a new keyword for retry-on, "junk-response"
authorOlivier Houchard <cognet@ci0.org>
Fri, 3 May 2019 21:01:47 +0000 (23:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 4 May 2019 08:20:24 +0000 (10:20 +0200)
commite3249a98e2eaa5292b428cdb2b88b2bb9010ce43
treeb347059fa31711827109216de44065ff41b6ab7f
parent865d8392bbe86656db72d9e9ec1dba718cb13525
MEDIUM: streams: Add a new keyword for retry-on, "junk-response"

Add a way to retry requests if we got a junk response from the server, ie
an incomplete response, or something that is not valid HTTP.
To do so, one can use the new "junk-response" keyword for retry-on.
doc/configuration.txt
include/types/proxy.h
src/proto_htx.c
src/proxy.c