Commit cbb1c419 authored by Yann Ylavic's avatar Yann Ylavic
Browse files

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
parent a97c1079
Loading
Loading
Loading
Loading
+6 −3
Changes for STATUS: 6 added lines, 3 removed lines.
Original line number Diff line number Diff line
@@ -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: