Re: chunked trailers input filter processing by ap_http_filter should be documented

2013-02-12 Thread William A. Rowe Jr.
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

Re: chunked trailers input filter processing by ap_http_filter should be documented

2013-02-12 Thread Joe Schaefer
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

chunked trailers input filter processing by ap_http_filter should be documented

2013-02-10 Thread Joe Schaefer
So ap_http_filter winds up calling ap_get_mime_headers once it recognizes that the request body has finished, to process the trailing headers on chunked requests. This is actually a strange thing to do, because it means ap_http_filter winds up calling ap_get_brigade on r-input_filters with

Re: chunked trailers input filter processing by ap_http_filter should be documented

2013-02-10 Thread Joe Schaefer
; From: Joe Schaefer joe_schae...@yahoo.com To: dev@httpd.apache.org dev@httpd.apache.org Sent: Sunday, February 10, 2013 11:05 AM Subject: chunked trailers input filter processing by ap_http_filter should be documented So ap_http_filter winds up calling ap_get_mime_headers once