On Mon, Nov 01, 2004 at 08:39:47PM -0500, Greg Ames wrote:
This makes it behave properly on my laptop with speculative reads. I have no idea if it works with mod_ssl or what speculative buys us.
mod_ssl will most likely work correctly without changes. -- justin
Let's stick with EATCRLF then since it looks faster. Thanks for checking into this, Justin.
btw, I don't know if the CRLF-eating side effect of that mode helps or hurts performance. It sure doesn't help people understand why that mode exists. If trailing CRLFs are really rare, the current implementation could hurt performance since we are testing for them.
Greg