TenThumbs wrote:
> It doesn't want to reload them.
>
> On an SSI document, my Apache server sends just these headers:
>
> HTTP/1.1 200 OK
> Date: Thu, 15 Mar 2001 20:03:44 GMT
> Server: Apache/1.3.12 (Unix)
> Connection: close
> Content-Type: text/html
>
> There's no Last-Modified or Content-Length header. Reload does nothing. In
> fact, mozilla makes no network connection at all. Shift-reload does work.
> This happens either with a direct connection or via a proxy.
>
Yeah... this is again the same problem reported above... expiration calc
falls apart for simple HTTP responses (ie. those not containing a
Last-Modified, Expires, or Cache-Control header).
Thanks!
Darin