]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
upload patch
authorwessels <>
Tue, 8 Oct 1996 20:57:06 +0000 (20:57 +0000)
committerwessels <>
Tue, 8 Oct 1996 20:57:06 +0000 (20:57 +0000)
src/client_side.cc

index 9b0a5fd2e79c0d41a76ba71106aecf61f9a4008a..50d457dae2a0d270f8305a55255f6c3c5699e767 100644 (file)
@@ -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 */