Re: Problems with the cache and the response object

In our previous episode, Henrik Frystyk Nielsen said:
> 
> jose.kahan@w3.org wrote:
> 
> > When reading a document from the cache, the metadata doesn't make it
> > to the response object, because it's being erased here:
> > 
> > HTCache.c:meta_read ()
> 
> There is a reason but I don't remember what it is, could just be memory
> leak. You can always get the media type from the anchor - the anchor
> object inherits all the meta information from the response object.
>

Thanks for the quick answer. I made the changes in my code and got it working.

-Jose

Received on Wednesday, 28 April 1999 17:35:08 UTC