From: Yann Ylavic Date: Tue, 16 Jun 2015 21:24:38 +0000 (+0000) Subject: Update ap_http_filter_chunked patch and 'parsing' rationale. X-Git-Tag: 2.4.15~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca79d526977f0270b536b3499ddf535a143413ee;p=apache Update ap_http_filter_chunked patch and 'parsing' rationale. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1685910 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 1955693970..133b708e38 100644 --- a/STATUS +++ b/STATUS @@ -105,15 +105,18 @@ RELEASE SHOWSTOPPERS: *) core: Allow spaces after chunk-size for compatibility with implementations using a pre-filled buffer, and log parsing failures at level INFO. - trunk patch: http://svn.apache.org/r1685339 - http://svn.apache.org/r1685345 + trunk patch: http://svn.apache.org/r1685345 http://svn.apache.org/r1685347 http://svn.apache.org/r1685349 http://svn.apache.org/r1685350 - 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ap_http_filter_chunked.patch + 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ap_http_filter_chunked-v2.patch + (trunk works modulo CHANGES, above is to ease review only) +1: ylavic -1: wrowe; 'parsing' variable is not present in trunk, is unnecessary 1685339 was previously approved, so simply apply it already. + ylavic: r1685339 applied, patch updated to v2. + 'parsing' is not necessary in trunk but is in 2.4.x because of + bail_out_on_error(). PATCHES ACCEPTED TO BACKPORT FROM TRUNK: