- From: Henrik Frystyk Nielsen <frystyk@w3.org>
- Date: Tue, 19 Jan 1999 20:39:48 -0500
- To: www-lib@w3.org
- To: Mikhail Grouchinski <mgrouch@usa.net>
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