--- /home/cpdev/src/classpath/gnu/java/net/protocol/http/Request.java	2006-01-17 05:32:35.000000000 +0000
+++ gnu/java/net/protocol/http/Request.java	2005-11-02 05:34:41.000000000 +0000
@@ -528,9 +528,6 @@
             throw new ProtocolException("Unsupported Content-Encoding: " +
                                         contentCoding);
           }
-	// Remove the Content-Encoding header because the content is
-	// no longer compressed.
-	responseHeaders.remove("Content-Encoding");
       }
     return in;
   }
