summaryrefslogtreecommitdiff
path: root/server/util_filter.c
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2018-09-04 00:04:05 +0000
committerYann Ylavic <ylavic@apache.org>2018-09-04 00:04:05 +0000
commitc4869735846a4c59ebc7d6695206ece2939742bc (patch)
treebbffe48f6e1ac2ca2648956f1804ef740c21f1cb /server/util_filter.c
parent0a61dd979a60a09c80234e6dea3ad69e357d43d1 (diff)
downloadhttpd-c4869735846a4c59ebc7d6695206ece2939742bc.tar.gz
Axe spurious comment (added and addressed in r1839997).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1839998 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/util_filter.c')
-rw-r--r--server/util_filter.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/util_filter.c b/server/util_filter.c
index 98c48a8b1d..8101042498 100644
--- a/server/util_filter.c
+++ b/server/util_filter.c
@@ -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);