Re: Negative last modified

At 13:47 1/26/99 -0600, olga wrote:
>I do not have negatives any more.
>
>1) I do HTNet_deleteAfter(HTCacheFilter) in init finction
>   Then for request:  HTRequest_addRqHd(request, HT_C_IMS);
>
>In thit case file is loaded and 200 is returned event though I know that file
>is not changed on server. There is If-modified-since header in request.

This seems to be a server problem then - can you send me a complete dump of
what goes over the wire?

>2) If I do not do HTNet_deleteAfter(HTCacheFilter) in init function (so
>HTCacheFilter is present) and for request add  HTRequest_addRqHd(request,
>HT_C_IMS). 
>
>In second case I have  304 return but also a core dump. 

The 304 case is not handled by the HTCacheFilter - it is handled by the
HTCacheUpdateFilter which also must be initialized.

Henrik
--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk

Received on Tuesday, 26 January 1999 15:20:39 UTC