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.