- From: Raffaele Sena <raff@nuvomedia.com>
- Date: Wed, 9 Jun 1999 07:45:00 -0700
- To: "Michael Saunders" <michael@amtec.com>, <www-lib@w3.org>
> Raffaele,
>
> I appreciate the idea. Unfortunately I need to use the library again after
I
> cancel the requests. I have tried just calling HTEventList_stopLoop() but
since
> the request is not really finished it causes all sorts of problems when I
enter
> the event loop at a later time with a new request.
>
> Any other ideas out there?
>
If it's ok to cancel all the pending requests, I think that calling
HTNet_killAll()
from outside the event loop should work.
-- Raffaele
Received on Wednesday, 9 June 1999 10:43:01 UTC