Hi,
I am using Squid-2.5.STABLE13 version patched with ICAP.
ICAP related configurations in squid is done as follows:
icap_enable on
icap_service service_1 respmod_precache 0 icap://<ipname>:1344/respmod
icap_class class_1 service_1
icap_access class_1 allow all
In this scenario, I found a strange behaviour when debug_options is set
to different values. For example, when the debug_options are "ALL,1" and
"ALL,2", the full page is not displayed in the browser (Only half/quarter
page is displayed). When the debug_options are set to ALL,3 [or ALL,4 or
ALL,5 or ALL,6 or ALL,7 or ALL,8 or ALL9], I am able to view the full page
in the browser.
debug_options are used only for debugging, right? Why does this happens to
me? Am i missing something here?
Please help me in resolving this.
Thanks,
Selvi