MINOR: streams: Introduce a new retry-on keyword, all-retryable-errors.
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 10 May 2019 16:05:40 +0000 (18:05 +0200)
committerOlivier Houchard <cognet@ci0.org>
Fri, 10 May 2019 16:05:35 +0000 (18:05 +0200)
commitddf0e03585d3d8d8fb01566198faf3561fe392c3
tree5de617208d03b9d3d0c2c1be8c5154fdeaedca86
parent602bf7d2eacb286d3fe962efca26dca7c5494d31
MINOR: streams: Introduce a new retry-on keyword, all-retryable-errors.

Add a new retry-on keyword, "all-retryable-errors", that activates retry
for all errors that are considered retryable.
This currently activates retry for "conn-failure", "empty-response",
"junk-respones", "response-timeout", "0rtt-rejected", "500", "502", "503" and
"504".
doc/configuration.txt
src/proxy.c