[icap] if reqmod <> 204 - no respmod is sent by squid ?

2007-11-11 Thread Yannick Simon
Hello i wrote a little perl icap server when i issue a 204 response code on a reqmod, squid 3 make a respmod when i issue a 200 response code on a reqmod, my squid 3 doesn't make a respmod here is the result of the reqmod i am sending to squid 3 ICAP/1.0 200 OK ISTAG: "001-000-01" Encapsula

Re: [icap] if reqmod <> 204 - no respmod is sent by squid ?

2007-11-12 Thread Alex Rousskov
On Sun, 2007-11-11 at 17:33 -0500, Yannick Simon wrote: > Hello > > i wrote a little perl icap server > > when i issue a 204 response code on a reqmod, squid 3 make a respmod > when i issue a 200 response code on a reqmod, my squid 3 doesn't make a > respmod > > here is the result of the reqmod

Re: [icap] if reqmod <> 204 - no respmod is sent by squid ?

2007-11-13 Thread Yannick Simon
On 11/12/07, Alex Rousskov <[EMAIL PROTECTED]> wrote: > > Squid should do a RESPMOD if it is configured to do a RESPMOD and the > response from the server matches the corresponding ACL. This logic is > unrelated to REQMOD, except in request satisfaction cases (but you are > not doing request satisf