]> granicus.if.org Git - apache/commitdiff
The survey says yes, that is in fact the expected behavior. :)
authorCliff Woolley <jwoolley@apache.org>
Mon, 26 Nov 2001 18:49:36 +0000 (18:49 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 26 Nov 2001 18:49:36 +0000 (18:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92182 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index 7e015a99bb226a093c04514036b30f4c13ce46b9..b34f7a2af7e969ce5adc6c161e1a0ffafc411b8d 100644 (file)
@@ -3044,9 +3044,7 @@ static apr_status_t core_output_filter(ap_filter_t *f, apr_bucket_brigade *b)
 
         /* 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;