]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Word Up. ap_discard_request has used buckets for a couple years.
authorPaul Querna <pquerna@apache.org>
Sun, 23 Jan 2005 18:37:28 +0000 (18:37 +0000)
committerPaul Querna <pquerna@apache.org>
Sun, 23 Jan 2005 18:37:28 +0000 (18:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126239 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 7f5eecd823066987a484da831fc17badd035d9c3..3694ccf61f8f20f66c4d3ad53af846353574d8f2 100644 (file)
--- 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".