From: Eric Covener Date: Thu, 10 Apr 2008 13:18:29 +0000 (+0000) Subject: promote X-Git-Tag: 2.2.9~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d2a90b465905afb3239e5b8e41fe7712f2f2338;p=thirdparty%2Fapache%2Fhttpd.git promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@646792 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index a4771658f96..2028a6c26db 100644 --- a/STATUS +++ b/STATUS @@ -87,6 +87,31 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * ab: Use a 64 bit unsigned int instead of a signed long to count the + bytes transferred to avoid integer overflows + PR: 44346 + Trunk version of patch: + http://svn.apache.org/viewvc?rev=617890&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, jim, covener + + * ab: ab very poor performance with both -k and -i cmdline options specified + PR34275 + Trunk version of patch: + http://svn.apache.org/viewvc?rev=612954&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, jim, covener + + * http_filter: Don't spin if we get an error when reading + (the next) chunk. + PR: 44381 + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&revision=644391 + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: jim, rpluem, covener PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -153,14 +178,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: well bypass checks on these, and also handle any external modules that might try passing r->uri as NULL. - * ab: Use a 64 bit unsigned int instead of a signed long to count the - bytes transferred to avoid integer overflows - PR: 44346 - Trunk version of patch: - http://svn.apache.org/viewvc?rev=617890&view=rev - Backport version for 2.2.x of patch: - Trunk version of patch works - +1: rpluem, jim, covener * mod_substitute: Make default behavior flattening of buckets. Allow for people to specifically set "quick" mode. @@ -193,14 +210,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?rev=603238&view=rev +1: wrowe, jim - * ab: ab very poor performance with both -k and -i cmdline options specified - PR34275 - Trunk version of patch: - http://svn.apache.org/viewvc?rev=612954&view=rev - Backport version for 2.2.x of patch: - Trunk version of patch works - +1: rpluem, jim, covener - * mod_proxy: Allow for keepalive backend proxies (PR43238), which also addresses PR44026 and PR44543. These are pretty much interwrapped here. Trunk version of patch: @@ -254,14 +263,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://people.apache.org/~chrisd/patches/mod_authn_dbd_msgs/mod_authn_dbd-msgs-2.2.x.patch +1: chrisd - * http_filter: Don't spin if we get an error when reading - (the next) chunk. - PR: 44381 - Trunk version of patch: - http://svn.apache.org/viewvc?view=rev&revision=644391 - Backport version for 2.2.x of patch: - Trunk version of patch works - +1: jim, rpluem, covener PATCHES/ISSUES THAT ARE STALLED