You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/05/31 21:47:25 UTC

DO NOT REPLY [Bug 39692] - mod_proxy_balancer doesn't retry a failed request

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39692>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39692





------- Additional Comments From rpluem@apache.org  2006-05-31 19:47 -------
It may be a good idea to have this somewhat configurable like this is possible
with mod_jk's recovery_options
(http://tomcat.apache.org/connectors-doc/config/workers.html), but as a default
I would prefer leaving it as it is.

1. The retry behaviour should be only allowed for requests that are idempotent
according to RFC2616 9.1.2, see also 8.1.4 of RFC2616. 
2. Even methods marked as idempotent as GET are not always idempotent, e.g. if
they have a query string.
3. You cannot resend the request to a different Tomcat once you have sent out
data to the client. This would corrupt the response.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org