From: Daniel Earl Poirier Date: Tue, 20 Oct 2009 14:21:37 +0000 (+0000) Subject: Vote and promote X-Git-Tag: 2.2.15~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01ba743600fde1655e7d2decc77279a4566e00eb;p=thirdparty%2Fapache%2Fhttpd.git Vote and promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@827509 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0a6b6528dcd..826efa7eab2 100644 --- a/STATUS +++ b/STATUS @@ -87,6 +87,13 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * http_filter: return an errror when request body is shorter than announced + by the client. + PR 33098. + Trunk Patch: http://svn.apache.org/viewvc?view=rev&revision=792409 + 2.2.x Patch: trunk patch works + +1: sf, minfrin, poirier + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -107,13 +114,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.2.x Patch: http://people.apache.org/~minfrin/ssl-env2.diff +1: minfrin, fuankg - * http_filter: return an errror when request body is shorter than announced - by the client. - PR 33098. - Trunk Patch: http://svn.apache.org/viewvc?view=rev&revision=792409 - 2.2.x Patch: trunk patch works - +1: sf, minfrin - * mod_cache: Introduce the thundering herd lock, a mechanism to keep the flood of requests at bay that strike a backend webserver as a cached entity goes stale.