MEDIUM: streams: Add a new http action, disable-l7-retry.
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 10 May 2019 11:59:15 +0000 (13:59 +0200)
committerOlivier Houchard <cognet@ci0.org>
Fri, 10 May 2019 15:49:09 +0000 (17:49 +0200)
commit602bf7d2eacb286d3fe962efca26dca7c5494d31
treed1388ef6019ab208d7ece323160c4e912f3e5290
parentad26d8d8207a5c839ab5fa133b1b65527f1bdbea
MEDIUM: streams: Add a new http action, disable-l7-retry.

Add a new action for http-request, disable-l7-retry, that can be used to
disable any attempt at retry requests (see retry-on) if it fails for any
reason other than a connection failure.
This is useful for example to make sure POST requests aren't retried.
doc/configuration.txt
include/types/stream_interface.h
src/http_act.c
src/stream.c