On Fri, 14 Oct 2005, Dieter Bloms wrote:
the viruscanner (AVWebgate from H&B EDV) sends a "X-WebGate-Status: processing..." every 30 seconds to prevent a tcp timeout. It seems that squid doesn't forward these X- headers to the client immediately, so there comes a tcpt timeout.
Correct. Squid always waits for the complete HTTP header before forwarding anything to the client.
Is there any config option to forward each X- header entry to the client immediately ?
No. Regards Henrik