]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Guido Serassio <guido.serassio@acmeconsulting.it>
authorrousskov <>
Tue, 8 May 2007 23:26:54 +0000 (23:26 +0000)
committerrousskov <>
Tue, 8 May 2007 23:26:54 +0000 (23:26 +0000)
commitcfd3f67fa8ecd6f73ac01d422e344c260d4c5ff8
treef3530d4dff2c74790be05b09b38afb85bd8d0040
parent54952e5aee883a4a242bc096cb3a6bbf3ecaac8e
Author: Guido Serassio <guido.serassio@acmeconsulting.it>
Removed unused ICAPClientStream code.

The functions provided by ICAP/ICAPClientStream.{cc,h} were called from
client_side_reply.cc but the code was #ifdef-ed with
ICAP_CLIENT_RESPMOD_POSTCACHE, which was not defined anywhere. Somebody was
either trying to get ICAP RESPMOD post-cache work with client streams long
time ago (but did not get far) or just wanted to provide hooks for future use.
src/ICAP/ICAPClientStream.cc [deleted file]
src/ICAP/ICAPClientStream.h [deleted file]
src/client_side_reply.cc