Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 34997 invoked by uid 500); 26 Nov 2001 19:06:05 -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 34960 invoked by uid 500); 26 Nov 2001 19:06:05 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 26 Nov 2001 18:49:36 -0000 Message-ID: <20011126184936.30429.qmail@icarus.apache.org> From: jwoolley@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/server core.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jwoolley 01/11/26 10:49:36 Modified: server core.c Log: The survey says yes, that is in fact the expected behavior. :) Revision Changes Path 1.109 +1 -3 httpd-2.0/server/core.c Index: core.c =================================================================== RCS file: /home/cvs/httpd-2.0/server/core.c,v retrieving revision 1.108 retrieving revision 1.109 diff -u -d -u -r1.108 -r1.109 --- core.c 2001/11/26 08:49:29 1.108 +++ core.c 2001/11/26 18:49:36 1.109 @@ -3044,9 +3044,7 @@ /* Iterate over the brigade: collect iovecs and/or a file */ APR_BRIGADE_FOREACH(e, b) { - /* XXX: APR_BRIGADE_FOREACH breaks the value of e! - * is that the expected behavior? - */ + /* keep track of the last bucket processed */ last_e = e; if (APR_BUCKET_IS_EOS(e) || APR_BUCKET_IS_FLUSH(e)) { break;