On Sun, 22 Feb 2004, Adrian Chadd wrote: > * exports a commIfHalfClosed(fd) routine.. > * .. which I then use in ConnStateData::readSomeData() to > make 100% sure I'm not reading any data from that fd..
I would prefer if this done a little earlier, even prevening the attempt of trying to read the next request. From a quick inspection this would be in ConnStateData::readNextRequest. Regards Henrik
