Re: HTNet_addAfter() Request terminate handler is called 272 times ev ery second

I found this annoying too -- when one page from a site times out, all requests on the host's
pipeline and pending list get deleted: in HTHost_killPipe it calls HTTPCleanup for every such request,
which in turn calls your callback ( here is end_request ) when deleting the net object.

Received on Thursday, 26 April 2001 04:29:34 UTC