Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 71172 invoked by uid 500); 13 Apr 2002 00:50:21 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 71161 invoked by uid 500); 13 Apr 2002 00:50:21 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 13 Apr 2002 00:50:20 -0000 Message-ID: <20020413005020.10020.qmail@icarus.apache.org> From: fielding@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N fielding 02/04/12 17:50:20 Modified: . STATUS Log: Too many incomplete changes to the code base. Revision Changes Path 1.592 +6 -1 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.591 retrieving revision 1.592 diff -u -r1.591 -r1.592 --- STATUS 12 Apr 2002 23:12:26 -0000 1.591 +++ STATUS 13 Apr 2002 00:50:20 -0000 1.592 @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/04/12 23:12:26 $] +Last modified at [$Date: 2002/04/13 00:50:20 $] Release: @@ -52,6 +52,8 @@ * Daedalus segfaults with 2.0.35 Greg and Cliff are working on this. + * HTTP chunk reads fail to read the trailers. + CURRENT VOTES: * Should we always build [support*] binaries statically unless otherwise @@ -745,6 +747,9 @@ Status: 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