From: wessels <> Date: Wed, 3 Dec 1997 15:26:34 +0000 (+0000) Subject: have errorAppendEntry() call storeComplete() X-Git-Tag: SQUID_3_0_PRE1~4402 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00691420aa4a124d8b470b4f8739b1eab4b7edc0;p=thirdparty%2Fsquid.git have errorAppendEntry() call storeComplete() --- diff --git a/src/errorpage.cc b/src/errorpage.cc index 20f3147fec..074b6b6778 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -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); }