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

mod_deflate proposal v3.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1611771 13f79535-47bb-0310-9956-ffa450edef68
parent 070d8977
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -157,9 +157,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  https://svn.apache.org/r1604353
                  https://svn.apache.org/r1611725
     2.4.x patch: https://svn.apache.org/r1604458 (2.4.10)
     2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-mod_deflate_reentrant_with_CHANGES_v2.patch
     2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-mod_deflate_reentrant_with_CHANGES_v3.patch
                  (modulo CHANGES)
     +1: ylavic, wrowe
     ylavic: v3 without the merge conflict with PR 56062 above.

   *) core: Detect incomplete request and response bodies, log an error and
            forward it to the underlying filters. PR 55475 [Yann Ylavic]