On 01.05.2007 12:38, Joe Orton wrote: > On Mon, Apr 30, 2007 at 06:16:07PM -0000, Greg Ames wrote: > >>Author: gregames >>Date: Mon Apr 30 11:16:06 2007 >>New Revision: 533820 >> >>URL: http://svn.apache.org/viewvc?view=rev&rev=533820 >>Log: >>check_pipeline: use AP_MODE_SPECULATIVE to check for data in the input >>filters >>to accomodate mod_ssl's input filter. AP_MODE_EATCRLF is essentially a no-op >>in that filter. > > > EATCRLF was used here for a specific reason though - the fact that "many > browsers" (says ap_core_input_filter) send newlines after request data - > is that no longer the case?
Does this really matter? AFAICT we are ignoring empty lines in front of a request up to a certain limit (around line 573 in protocol.c) anyway, so I guess we don't need to eat them at check_pipeline. Regards RĂ¼diger