Commit bdf8d131 authored by Brian Pane's avatar Brian Pane
Browse files

remove an obsolete comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345726 13f79535-47bb-0310-9956-ffa450edef68
parent de87dc3d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -641,10 +641,6 @@ read_request:
    }

    if (cs->state == CONN_STATE_WRITE_COMPLETION) {
        /* For now, do blocking writes in this thread to transfer the
         * rest of the response.  TODO: Hand off this connection to a
         * pollset for asynchronous write completion.
         */
        ap_filter_t *output_filter = c->output_filters;
        apr_status_t rv;
        while (output_filter->next != NULL) {