Http Content Expire and Content Length BUG in LIBWWW

"Sinha, Raj (Raj)" <[email protected]> Tue, 16 Sep 2003 10:33:21 -0400
Newsgroups gmane.comp.lib.libwww
Message-ID <8CA1128D59AD27429985B397118CEDDF01208A89@nj7460avexu1.global.avaya.com>
Can anyone please verify this

I set the HTTP Content Expiration in IIS 5.0 to "Expire Immediately".

However having done that I see that the Libwww gives me a value of -1
for content length for the resource.

	HTParentAnchor * entity = HTRequest_entityAnchor(me->request);
	
	content_len = HTAnchor_length(entity);

I checked with a trace and see that a correct value of HTTP content
length is being sent in the header.

Thanks

Raj



Raj Sinha