Commit 93d1efbe authored by Victor J. Orlikowski's avatar Victor J. Orlikowski
Browse files

Remove a couple of extraneous calls to apr_brigade_cleanup()


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89489 13f79535-47bb-0310-9956-ffa450edef68
parent eb81ce8a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1590,7 +1590,6 @@ int ap_proxy_ftp_handler(request_rec *r, proxy_server_conf *conf,
	    }
	    if (ap_pass_brigade(r->output_filters, bb) != APR_SUCCESS) {
		/* Ack! Phbtt! Die! User aborted! */
		apr_brigade_cleanup(bb);
		break;
	    }
	    apr_brigade_cleanup(bb);
+0 −1
Original line number Diff line number Diff line
@@ -790,7 +790,6 @@ int ap_proxy_http_handler(request_rec *r, proxy_server_conf *conf,
	    }
            if (ap_pass_brigade(r->output_filters, bb) != APR_SUCCESS) {
                /* Ack! Phbtt! Die! User aborted! */
                apr_brigade_cleanup(bb);
                close = 1;  /* this causes socket close below */
                break;
            }