mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user