Commit 21bffd00 authored by Brian Pane's avatar Brian Pane
Browse files

Added a missing return value in ap_core_output_filter


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/async-dev@312532 13f79535-47bb-0310-9956-ffa450edef68
parent db778cc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -387,7 +387,7 @@ apr_status_t ap_core_output_filter(ap_filter_t *f, apr_bucket_brigade *new_bb)
        bb = new_bb;
    }
    else {
        return;
        return APR_SUCCESS;
    }

    /* Scan through the brigade and decide whether to attempt a write,