- From: Asif Momin <asif@teknema.com>
- Date: Mon, 07 Aug 2000 11:18:10 -0700
- To: www-lib@w3.org
Hi In the function PRIVATE BOOL killPipeline (HTHost * host, HTEventType type) the net object in the pending list is terminated properly and it is being removed from the pending queue. but net object in pipeline are not being removed. The function used is HTNet * net = HTList_firstObject(host->pipeline); is this is a error or the the net object is removed from the pipeline in the event handler ?? if it is a error the correct function call should be HTNet * net = HTList_removefirstObject(host->pipeline); Asif
Received on Monday, 7 August 2000 14:19:05 UTC