Index: HttpMethodBase.java =================================================================== RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethodBase.java,v retrieving revision 1.159.2.10 diff -u -r1.159.2.10 HttpMethodBase.java --- HttpMethodBase.java 4 Oct 2003 02:31:26 -0000 1.159.2.10 +++ HttpMethodBase.java 8 Oct 2003 00:07:00 -0000 @@ -2644,6 +2644,8 @@ "Recoverable exception caught but MethodRetryHandler.retryMethod() " + "returned false, rethrowing exception" ); + // this connection can no longer be used, it has been closed + doneWithConnection = true; throw httpre; } }