Skip to content

Commit 5ce3c14

Browse files
jmagninwlallemand
authored andcommitted
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.
1 parent 7dd7b90 commit 5ce3c14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/configuration.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8749,7 +8749,9 @@ retries <value>
87498749

87508750

87518751
retry-on [list of keywords]
8752-
Specify when to attempt to automatically retry a failed request
8752+
Specify when to attempt to automatically retry a failed request.
8753+
This setting is only valid when "mode" is set to http and is silently ignored
8754+
otherwise.
87538755
May be used in sections: defaults | frontend | listen | backend
87548756
yes | no | yes | yes
87558757
Arguments :

0 commit comments

Comments
 (0)