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
This commit is contained in:
Yann Ylavic
2018-09-04 00:04:05 +00:00
parent 0a61dd979a
commit c486973584

View 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);