]> git.ipfire.org Git - thirdparty/squid.git/commit - src/adaptation/icap/ModXact.cc
A few changes related to how the ICAP request header is built:
authorwessels <>
Fri, 2 Dec 2005 06:23:59 +0000 (06:23 +0000)
committerwessels <>
Fri, 2 Dec 2005 06:23:59 +0000 (06:23 +0000)
commit12b91c99f1a92940deca96f1a2cae3eca079324e
treeeb3df0848adc0b7fceff77a135ca784cf4466c45
parent5ae147ae962f52c5d09d86f9419b745bcd0d5530
A few changes related to how the ICAP request header is built:

 - Added 'icap_persistent_connections' directive to squid.conf to turn
   on/off ICAP server connection reuse.

 - Renamed 'icap_send_auth_user' directive to 'icap_send_client_username'

 - Removed 'icap_auth_scheme' directive since it is not currently used.

 - Fixed ICAPModXact::makeRequestHeaders() to add X-Client-IP and
   X-Client-Username only when those options are enabled in squid.conf.
src/ICAP/ICAPConfig.h
src/ICAP/ICAPModXact.cc
src/cf.data.pre