I'm trying to set up an ICAP preview option, but the requests always go to modify() method and never hit preview().
Squid configuration contains
icap_preview_enable on
icap_preview_size 4096
and I've even tried to hardcode preview header to bitz-server's OPTIONS response, as RFC describes
-- Preview:
The number of bytes to be sent by the ICAP client during a
preview. This header MAY be included in the OPTIONS response.
For example:
Preview: 1024
Hi,
I'm trying to set up an ICAP preview option, but the requests always go to modify() method and never hit preview(). Squid configuration contains
and I've even tried to hardcode preview header to bitz-server's OPTIONS response, as RFC describes
using the following patch
with no luck.
Am I doing something wrong or is there something else must be done to make preview working?
Thanks in advance.
Kind regards, gr3m1in