From: wessels <> Date: Tue, 8 Oct 1996 20:57:06 +0000 (+0000) Subject: upload patch X-Git-Tag: SQUID_3_0_PRE1~5702 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8aaa66b2775b6dcbaf0145d557da2a5c70808ef8;p=thirdparty%2Fsquid.git upload patch --- diff --git a/src/client_side.cc b/src/client_side.cc index 9b0a5fd2e7..50d457dae2 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.38 1996/10/07 22:04:57 wessels Exp $ + * $Id: client_side.cc,v 1.39 1996/10/08 14:57:06 wessels Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -376,6 +376,7 @@ icpProcessExpired(int fd, icpStateData * icpState) icpState->old_entry = icpState->entry; entry = storeCreateEntry(url, request_hdr, + icpState->req_hdr_sz, icpState->request->flags, icpState->method); /* NOTE, don't call storeLockObject(), storeCreateEntry() does it */