From: Alex Rousskov Date: Sat, 22 Jun 2013 15:07:46 +0000 (-0600) Subject: Do not clear ENTRY_FWD_HDR_WAIT twice. It is cleared by replaceHttpReply(). X-Git-Tag: SQUID_3_5_0_1~444^2~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08903827ac0c25ef452af4ac8d2f5ca650bef1b1;p=thirdparty%2Fsquid.git Do not clear ENTRY_FWD_HDR_WAIT twice. It is cleared by replaceHttpReply(). --- diff --git a/src/errorpage.cc b/src/errorpage.cc index ee12000f3f..1886342f6d 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -637,7 +637,6 @@ errorAppendEntry(StoreEntry * entry, ErrorState * err) entry->lock(); entry->buffer(); entry->replaceHttpReply( err->BuildHttpReply() ); - EBIT_CLR(entry->flags, ENTRY_FWD_HDR_WAIT); entry->flush(); entry->complete(); entry->negativeCache();