mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-23 06:41:32 +02:00
DOC: retry-on can only be used with mode http
The documentation for retry-on hints at it being meant to be used in conjuction with mode http, but since we've a had bug report involving mode tcp and retry-on, lets make it explicit in the documentation that it only works with mode http and will be ignored otherwise.
This commit is contained in:
parent
7dd7b908db
commit
5ce3c14aa9
@ -8749,7 +8749,9 @@ retries <value>
|
||||
|
||||
|
||||
retry-on [list of keywords]
|
||||
Specify when to attempt to automatically retry a failed request
|
||||
Specify when to attempt to automatically retry a failed request.
|
||||
This setting is only valid when "mode" is set to http and is silently ignored
|
||||
otherwise.
|
||||
May be used in sections: defaults | frontend | listen | backend
|
||||
yes | no | yes | yes
|
||||
Arguments :
|
||||
|
Loading…
x
Reference in New Issue
Block a user