Index: GetMethod.java
===================================================================
RCS file: /home/cvspublic/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/GetMethod.java,v
retrieving revision 1.7
diff -c -r1.7 GetMethod.java
*** GetMethod.java	5 Jan 2002 11:16:01 -0000	1.7
--- GetMethod.java	10 Feb 2002 08:05:44 -0000
***************
*** 278,283 ****
--- 278,285 ----
     // override recycle to reset redirects default
     public void recycle() {
          super.recycle();
+ 	this.memoryData = null;
+ 	this.fileData = null;
          setFollowRedirects(true);
      }
  

