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? joe