]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
have errorAppendEntry() call storeComplete()
authorwessels <>
Wed, 3 Dec 1997 15:26:34 +0000 (15:26 +0000)
committerwessels <>
Wed, 3 Dec 1997 15:26:34 +0000 (15:26 +0000)
src/errorpage.cc

index 20f3147fecf18108a5ea2bb3524572b4693d29e7..074b6b67789f82c456299889fd4e9f5656b1e411 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: errorpage.cc,v 1.108 1997/12/02 23:55:06 wessels Exp $
+ * $Id: errorpage.cc,v 1.109 1997/12/03 08:26:34 wessels Exp $
  *
  * DEBUG: section 4     Error Generation
  * AUTHOR: Duane Wessels
@@ -121,6 +121,7 @@ errorAppendEntry(StoreEntry * entry, ErrorState * err)
     storeAppend(entry, buf, len);
     if (mem)
        mem->reply->code = err->http_status;
+    storeComplete(entry);
     errorStateFree(err);
 }