From: Amos Jeffries Date: Sun, 11 Sep 2011 10:22:14 +0000 (-0600) Subject: Docs: clarify retry_on_error situations X-Git-Tag: take08~4^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aea8548b95d5c93b28541e79365f39dd32e3c27f;p=thirdparty%2Fsquid.git Docs: clarify retry_on_error situations --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 68ffda378c..f3679a390f 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -7381,10 +7381,16 @@ TYPE: onoff LOC: Config.retry.onerror DEFAULT: off DOC_START - If set to on Squid will automatically retry requests when - receiving an error response. This is mainly useful if you - are in a complex cache hierarchy to work around access - control errors. + If set to ON Squid will automatically retry requests when + receiving an error response with status 403 (Forbidden), + 500 (Internal Error), 501 or 503 (Service not available). + Status 502 and 504 (Gateway errors) are always retried. + + This is mainly useful if you are in a complex cache hierarchy to + work around access control errors. + + NOTE: This retry will attempt to find another working destination. + Which is different from the server which just failed. DOC_END NAME: as_whois_server