You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2008/08/15 19:59:41 UTC

svn commit: r686293 - /httpcomponents/oac.hc3x/trunk/xdocs/exception-handling.xml

Author: olegk
Date: Fri Aug 15 10:59:40 2008
New Revision: 686293

URL: http://svn.apache.org/viewvc?rev=686293&view=rev
Log:
HTTPCLIENT-791: Default retry count three even if documentation says it's five

Modified:
    httpcomponents/oac.hc3x/trunk/xdocs/exception-handling.xml

Modified: httpcomponents/oac.hc3x/trunk/xdocs/exception-handling.xml
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/xdocs/exception-handling.xml?rev=686293&r1=686292&r2=686293&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/xdocs/exception-handling.xml (original)
+++ httpcomponents/oac.hc3x/trunk/xdocs/exception-handling.xml Fri Aug 15 10:59:40 2008
@@ -285,7 +285,7 @@
      not been fully transmitted to the server).
      </p>
      <p>
-     HttpClient will automatically retry up to 5 times those methods that have been fully transmitted to 
+     HttpClient will automatically retry up to 3 times those methods that have been fully transmitted to 
      the server, but the server failed to respond with an HTTP status code (the server simply drops the 
      connection without sending anything back). In this case it is assumed that the request has not been 
      processed by the server and the application state has not changed. If this assumption may not hold