- From: Sam Couter <sam@topic.com.au>
- Date: Tue, 15 Feb 2000 13:13:48 +1100
- To: Kinuko Yasuda <kinuko@tom.sfc.keio.ac.jp>
- Cc: www-lib@w3.org
Received on Monday, 14 February 2000 21:13:52 UTC
Kinuko Yasuda <kinuko@tom.sfc.keio.ac.jp> wrote: > > If FileEvent() returns here(as in my patch), the previous file open > eventually finishes and calls FileEvent() with HTEvent_CLOSE, then > 1. FileEvent() calls FileCleanup(), > 2. FileCleanup() calls HTNet_delete(), > 3. HTNet_delete() calls unregister_net(), > 4. unregister_net() calls check_pending(), > 5. check_pending() calls HTHost_launchPending(), and > 6. HTHost_launchPending() launches the postponed request > in the host->pending. This is how I thought things should work as well, but they don't seem to. I keep getting a trace message like this: HTHost...... No ActivateRequest callback handler registered As in, calling HTHost_launchPending() can't find a callback to get the request underway. It looks to me to be a fair bit of work to add an ActivateRequest callback to HTFile.c, and I'm not sure how to go about it. -- Sam Couter sam@topic.com.au Internet Engineer http://www.topic.com.au/ tSA Consulting
Received on Monday, 14 February 2000 21:13:52 UTC