]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Axe spurious comment (added and addressed in r1839997).
authorYann Ylavic <ylavic@apache.org>
Tue, 4 Sep 2018 00:04:05 +0000 (00:04 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 4 Sep 2018 00:04:05 +0000 (00:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1839998 13f79535-47bb-0310-9956-ffa450edef68

server/util_filter.c

index 98c48a8b1dfb5f0e2cfcb330d9dff6e588936fb9..8101042498be4348f4877fdf26aba7a14edb509e 100644 (file)
@@ -1143,10 +1143,6 @@ AP_DECLARE_NONSTD(int) ap_filter_output_pending(conn_rec *c)
         if (f->bb && !APR_BRIGADE_EMPTY(f->bb)) {
             apr_status_t rv;
 
-            /* XXX: this may destroy r->pool, thus *f (e.g. the core request
-             * filter bails out on EOR), so we need to do something to not
-             * dereference f below...
-             */
             rv = ap_pass_brigade(f, bb);
             apr_brigade_cleanup(bb);