]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove commented-out storeAppend call
authorwessels <>
Sat, 25 Oct 1997 12:26:40 +0000 (12:26 +0000)
committerwessels <>
Sat, 25 Oct 1997 12:26:40 +0000 (12:26 +0000)
src/http.cc

index be01732a7fae08e04c940f4dd202f90e6e51a6b3..2be370320bf2cc9476ddfe57e20ba166f77e85ec 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: http.cc,v 1.199 1997/10/24 18:10:39 wessels Exp $
+ * $Id: http.cc,v 1.200 1997/10/25 06:26:40 wessels Exp $
  *
  * DEBUG: section 11    Hypertext Transfer Protocol (HTTP)
  * AUTHOR: Harvest Derived
@@ -666,7 +666,6 @@ httpReadReply(int fd, void *data)
        httpState->eof = 1;
        if (httpState->reply_hdr_state < 2)
            httpProcessReplyHeader(httpState, buf, len);
-       /* storeAppend(entry, buf, len);        /* invoke handlers! */
        storeComplete(entry);   /* deallocates mem_obj->request */
        comm_close(fd);
     } else {