From 07453d58d2fefcf60c1174012a9d97feab4a5a44 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Fri, 18 Jul 2014 18:49:43 +0000 Subject: [PATCH] Fix mod_deflate proposal. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1611766 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/STATUS b/STATUS index 38e92ccf6cc..31c7450b58c 100644 --- a/STATUS +++ b/STATUS @@ -155,12 +155,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: https://svn.apache.org/r1590509 https://svn.apache.org/r1603156 (partially, CHANGES update) 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.patch + 2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-mod_deflate_reentrant_with_CHANGES_v2.patch (modulo CHANGES) +1: ylavic wrowe notes: portability regression; fails to test for APR_HAVE_LIMITS_H Use APR_INT32_MAX instead for simplicity? + ylavic: Fixed in trunk and v2 above. The v2 also applies correctly with + the latest sources (and includes missing error logs vs 2.4.x). *) core: Detect incomplete request and response bodies, log an error and forward it to the underlying filters. PR 55475 [Yann Ylavic] -- 2.47.3