]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Do not clear ENTRY_FWD_HDR_WAIT twice. It is cleared by replaceHttpReply().
authorAlex Rousskov <rousskov@measurement-factory.com>
Sat, 22 Jun 2013 15:07:46 +0000 (09:07 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sat, 22 Jun 2013 15:07:46 +0000 (09:07 -0600)
src/errorpage.cc

index ee12000f3f9a64963860c45f81a123e5f382359a..1886342f6ded166bb5cee1f274d1206de2d6286c 100644 (file)
@@ -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();