]> git.ipfire.org Git - thirdparty/squid.git/commit
The purpose of this change is to add ICAP RESPMOD support for FTP responses.
authorwessels <>
Thu, 26 Jan 2006 00:41:23 +0000 (00:41 +0000)
committerwessels <>
Thu, 26 Jan 2006 00:41:23 +0000 (00:41 +0000)
commit253caccb08f5a5a23ec0c9b89272145213c09ec0
tree6681560d3cc9baef252ae8f0b214409616a03747
parent2ae2408ba8c2bb3e32c575c24646fbe77fc10a9b
The purpose of this change is to add ICAP RESPMOD support for FTP responses.

I created a "ServerStateData" class which has common elements of both
HttpStateData and FtpStateData.  It becomes a base class for both
of them.  ICAP now uses the ServerStateData methods.
src/ICAP/ICAPClientRespmodPrecache.cc
src/ICAP/ICAPClientRespmodPrecache.h
src/Makefile.am
src/ftp.cc
src/http.cc
src/http.h