]> 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:47:26 +0000 (00:47 +0000)
committerwessels <>
Thu, 26 Jan 2006 00:47:26 +0000 (00:47 +0000)
commitcd304fc2bc15a007ca16bb39102256cc3b90a90b
treea2f1808e4761bf993d80a2494863851e2094a899
parent3b6c23e971b8b50c0cc4b19b4908cbfc20c0dae9
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/Server.cc [new file with mode: 0644]
src/Server.h [new file with mode: 0644]