Re: squid uses HTTP/1.0 ?

From: Alex Rousskov <rousskov@dont-contact.us>
Date: Fri, 10 Sep 1999 08:09:22 -0600

On Fri, 10 Sep 1999, Charles Bruneteau wrote:

> some pages on a Netscape Enterprise 3.0 are configured to be cached 1 day :
>
> # telnet webserver 80
> ...
> HEAD /cadences/file.xls HTTP/1.1
> host: webserver
>
> HTTP/1.1 200 OK
> Server: Netscape-Enterprise/3.0K
> Date: Fri, 10 Sep 1999 08:33:32 GMT
> Cache-control: "max-age=86400"

According to RFC 2616, the Cache-control directive above is invalid and
should be ignored by a recipient. IIRC, Squid will not honor that directive
even if it receives it. The correct syntax would be:
        Cache-control: max-age=86400

After double checking, you probably should complain to Netscape about the
bug.

Alex.
Received on Fri Sep 10 1999 - 08:27:48 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:48:23 MST