On Mon, 23 Feb 2004, Adrian Chadd wrote: > Not necessarily. I could break out the request parsing stuff > from clientReadRequest() and be able to call it in other places,
Right, and thinking about it I agree this is probably a better design, having a clientParseRequest determine if it needs to read more data and not the other way around. So on keep-alive we kick the request parsing and processing, and only indirectly the reading. Regards Henrik
