From: William A. Rowe Jr Date: Fri, 18 Jul 2014 19:05:35 +0000 (+0000) Subject: That's the ticket X-Git-Tag: 2.2.28~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39f80a8c69e9b1939910561fab17ca3a56707a2a;p=thirdparty%2Fapache%2Fhttpd.git That's the ticket git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1611768 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 31c7450b58c..f7144d27cb8 100644 --- a/STATUS +++ b/STATUS @@ -159,11 +159,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 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 (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). + +1: ylavic, wrowe *) core: Detect incomplete request and response bodies, log an error and forward it to the underlying filters. PR 55475 [Yann Ylavic]