From: Paul Querna Date: Sun, 23 Jan 2005 18:37:28 +0000 (+0000) Subject: Word Up. ap_discard_request has used buckets for a couple years. X-Git-Tag: 2.1.3~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6fb6be8e5d2e860072471b411cfa04447fd857e;p=thirdparty%2Fapache%2Fhttpd.git Word Up. ap_discard_request has used buckets for a couple years. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126239 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 7f5eecd8230..3694ccf61f8 100644 --- a/STATUS +++ b/STATUS @@ -460,9 +460,6 @@ EXPERIMENTAL MODULES: Other bugs that need fixing: - * ap_discard_request should be converted to use the bucket API - directly rather than waste cycles copying buffers with the old API. - * MaxRequestsPerChild measures connections, not requests. Until someone has a better way, we'll probably just rename it "MaxConnectionsPerChild".