Re: [Re: libwww statistics]

Mikhail Grouchinski wrote:

> The following functions don't work within HTNet After Filter
> that handles request termination.
> 
> HTRequest_bytesRead
> HTRequest_bytesWritten
> 
> HTRequest_bodyRead
> HTRequest_bodyWritten
> 
> They always return -1.

Ah, I see why - the Net object is deleted before the after filters are
called, see

	http://www.w3.org/Library/src/HTNet.c

Hmm, it wouldn't be too much to move it around a little.

> How can I GLOBALLY set
>   maximum persistent sockets,
>   max pipelined requests,
>   reply wait time out,
>   idle persistent timeout,
>   write flush delay,

See

	http://www.w3.org/Library/User/Using/Timers.html

Which is part of the User's guide for libwww timers.

>   DNS resolving time out?

This is now returned as status code 906.
 
Henrik

Received on Tuesday, 19 January 1999 20:39:53 UTC