From: wessels <> Date: Fri, 31 Jul 1998 04:04:46 +0000 (+0000) Subject: remove obsolete assignment X-Git-Tag: SQUID_3_0_PRE1~2957 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f74a7b65652ef61051c0c8252b9c643b760e7498;p=thirdparty%2Fsquid.git remove obsolete assignment --- diff --git a/src/http.cc b/src/http.cc index f4b3e3433b..e0bcb1c744 100644 --- a/src/http.cc +++ b/src/http.cc @@ -1,6 +1,6 @@ /* - * $Id: http.cc,v 1.300 1998/07/22 20:37:27 wessels Exp $ + * $Id: http.cc,v 1.301 1998/07/30 22:04:46 wessels Exp $ * * DEBUG: section 11 Hypertext Transfer Protocol (HTTP) * AUTHOR: Harvest Derived @@ -366,7 +366,6 @@ httpReadReply(int fd, void *data) return; } /* check if we want to defer reading */ - clen = entry->mem_obj->inmem_hi; errno = 0; len = read(fd, buf, SQUID_TCP_SO_RCVBUF); debug(11, 5) ("httpReadReply: FD %d: len %d.\n", fd, len);