]> git.ipfire.org Git - thirdparty/squid.git/commit - src/clients/Client.cc
Author: Christos Tsantilas <chtsanti@users.sourceforge.net>
authorrousskov <>
Tue, 26 Jun 2007 04:34:24 +0000 (04:34 +0000)
committerrousskov <>
Tue, 26 Jun 2007 04:34:24 +0000 (04:34 +0000)
commit7c4e4e7fe5cd7674b9d453d379d9058ea711bc28
treef6a6432b9e9ec64b911736ea4160fc53baaaa31a
parent375295ebbb8736415fa7c19b6e456810777e1c99
Author: Christos Tsantilas <chtsanti@users.sourceforge.net>
Bug #1971 fix, part 1: Check whether the store entry got aborted while
we were waiting for an asynchronous ICAP ACL check.

Also moved common icapAclCheckDone() code from FtpStateData and
HttpStateData into Server. Removed "if (eof) serverComplete()" checks from
HttpStateData::processReplyHeader and HttpStateData::failReply methods as
eof can no longer be true there.
src/Server.cc
src/Server.h
src/ftp.cc
src/http.cc
src/http.h