From: Graham Leggett Date: Wed, 15 Jul 2020 14:16:28 +0000 (+0000) Subject: Vote and promote. X-Git-Tag: 2.4.44~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04584bdbe774f8c0cc96d6a9cce86301e0ac8b26;p=thirdparty%2Fapache%2Fhttpd.git Vote and promote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879890 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index bf0524edb05..9e8ca3fe3f7 100644 --- a/STATUS +++ b/STATUS @@ -135,6 +135,15 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) mod_http2: Avoid segfaults in case of handling certain responses for + already aborted connections. + Trunk version of patch: + http://svn.apache.org/r1879544 + http://svn.apache.org/r1879546 + http://svn.apache.org/r1879547 + Backport version for 2.4.x of patch: + https://github.com/apache/httpd/pull/132.diff + +1: rpluem, icing, minfrin PATCHES PROPOSED TO BACKPORT FROM TRUNK: @@ -202,17 +211,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-etag2.patch +1: minfrin, jim - - *) mod_http2: Avoid segfaults in case of handling certain responses for - already aborted connections. - Trunk version of patch: - http://svn.apache.org/r1879544 - http://svn.apache.org/r1879546 - http://svn.apache.org/r1879547 - Backport version for 2.4.x of patch: - https://github.com/apache/httpd/pull/132.diff - +1: rpluem, icing - *) mod_http2: Fixes LimitRequestFields configuration handling to compensate for browsers that send request headers as multiple ones to make best use of HTTP/2 compression.