Http Content Expire and Content Length BUG in LIBWWW

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
 

Received on Tuesday, 16 September 2003 10:33:23 UTC