]> git.ipfire.org Git - thirdparty/squid.git/commit - src/client_side_request.h
Migrating from ICAP-specific API to generic "adaptation" API.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 30 Mar 2008 18:20:14 +0000 (12:20 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sun, 30 Mar 2008 18:20:14 +0000 (12:20 -0600)
commita83c6ed6d7a6e26b5e15c76226fc498c6d7866ca
tree2d56a1d994a147f1459e13ece93191e478d1ea44
parent851efcb201674da00021238deb506f8bc17ad7e2
Migrating from ICAP-specific API to generic "adaptation" API.

Core Squid code should not care about the specific adaptation mechanism in
use.

This change should not affect Squid functinality.

The migration is not complete because the on/off switch is still
ICAP-specific and because comments, debug, and error messages may still
refer to ICAP.
src/ClientRequestContext.h
src/Server.cc
src/Server.h
src/client_side_request.cc
src/client_side_request.h
src/ftp.cc
src/http.cc