On 8/16/06, Henrik Nordstrom <[EMAIL PROTECTED]> wrote:
ons 2006-08-16 klockan 17:51 +0200 skrev Matus UHLAR - fantomas:
> On 16.08.06 10:59, Jim Christy wrote:
> > Just wondering if someone can tell me which is best:
> >
> > Content-Length: 0
> >
> > or Content-Length completely missing from the header?
>
> the missing one. "0" is broken.
Content-Lenght: 0
is certainly not broken. Maybe you are confusing this with
ERR_ZERO_SIZED_REPLY which is when Squid doesnt receive any reply at all
before the connection was closed by the server, not event HTTP headers.
> no problem. If the server supports chunked encoding, nothing bad should
> happen.
Squid is HTTP/1.0 so there is no chunked encoding.
So a file sending the header:
Transfer-Encoding: Chunked
won't cache in Squid?
Thanks
Jim
Regards
Henrik