Thx Bill! I will let a few days of lazy consensus pass before committing this to trunk.
>________________________________ > From: William A. Rowe Jr. <wr...@rowe-clan.net> >To: dev@httpd.apache.org >Cc: joe_schae...@yahoo.com >Sent: Tuesday, February 12, 2013 11:52 AM >Subject: Re: chunked trailers input filter processing by ap_http_filter should >be documented > >On Sun, 10 Feb 2013 08:25:35 -0800 (PST) >Joe Schaefer <joe_schae...@yahoo.com> wrote: > >> Here's a sledgehammer patch to ap_rgetline_core() >> to replace r->input_filters with r->proto_input_filters. >> This would still mean protocol filters behind ap_http_filter >> would need to punt on these calls, but that's a lot >> more reasonable than imposing it on AP_FTYPE_RESOURCE >> and similar filters as well. > >+1, seems much saner. Request filters have no business reading >beyond end of request body. > > >