]> git.ipfire.org Git - thirdparty/squid.git/commit
Move clientCachable logic onto HttpRequest, as all the used fields in the
authorrobertc <>
Tue, 30 May 2006 03:44:18 +0000 (03:44 +0000)
committerrobertc <>
Tue, 30 May 2006 03:44:18 +0000 (03:44 +0000)
commit610ee3419c0f2cbb80e33ebfdd5d0eb5cb6995eb
tree6ac471ba4871868826506602820a24bdc18eea45
parentb19d51816344249d6f8718e23683c2ebfccb26cc
Move clientCachable logic onto HttpRequest, as all the used fields in the
function where on the HttpRequest object.

Apply Gonzalo Aranas bugfix for the replacement to cachemgrRegister,
as having some options disabled/changed did not compile.
src/HttpRequest.cc
src/HttpRequest.h
src/Makefile.am
src/client_side_request.cc
src/comm_epoll.cc
src/main.cc
src/store_digest.cc
src/url.cc