]> git.ipfire.org Git - thirdparty/squid.git/commit
Rework FtpStateData::transactionComplete() so that it normally gets called
authorwessels <>
Wed, 22 Feb 2006 05:42:24 +0000 (05:42 +0000)
committerwessels <>
Wed, 22 Feb 2006 05:42:24 +0000 (05:42 +0000)
commitc0d75e745c3e5ddb26848397d73cf78ae319a941
tree5efcd3a50d55704e1e0ee1887b54bcc8ab89906a
parent141ab88cc4069178da0a365f70cbd38776c33494
Rework FtpStateData::transactionComplete() so that it normally gets called
*after* the control connection is closed, rather than before sending
the QUIT command.  This should avoid the race condition where the FTP
control socket is closed before we get any data back from the ICAP server.
src/ftp.cc