Boris Hollas <[EMAIL PROTECTED]> writes:

> > I'm not sure about Konqueror, but I had a similar problem while browsing
> > offline with some browser (I think it was an older version of Mozilla).
> > When I hit the reload button a lot of unwanted outgoing requests where
> > generated, this was due to a "Cache-Control: max-age=0" headerline.
> >
> > Unfortunately the standard version of WWWOFFLE cannot be configured to
> > ignore these Cache-Control headerlines, so I added an option
> > cache-control-no-cache myself. This works similarly to pragma-no-cache.
> 
> I wonder what "pragma-no-cache" is supposed to do in 2.7f, if not ignoring 
> re-requests for cached pages.
> I get outgoing requests for all pages I browse offline, even if I don't hit 
> reload.

The pragma-no-cache option is to ignore the 'Pragma: no-cache' header
in requests.  It does nothing else and the name fits the function very
well.

The 'Cache-Control: no-cache' header is different and I have added a
different option for it (not released yet).

> I'm going to reinstall 2.7d to see if things work better.

I don't expect that it will.

You need to find out why your browser is doing this in the first
place.  Forcing a re-request of every page is a bad thing to do.  Web
caches are good things since they reduce network traffic and server
loads and they also speed up web browsing and reduce the cost if you
pay per minute or per byte.

Are you sure that there is no option called "re-request every time" or
something in Konquerer?

Have you raised a bug report with Konquerer saying that this behaviour
breaks all web caching?

-- 
Andrew.
----------------------------------------------------------------------
Andrew M. Bishop                             [EMAIL PROTECTED]
                                      http://www.gedanken.demon.co.uk/

WWWOFFLE users page:
        http://www.gedanken.demon.co.uk/wwwoffle/version-2.7/user.html

Reply via email to