]> granicus.if.org Git - apache/commitdiff
remove an obsolete comment
authorBrian Pane <brianp@apache.org>
Sun, 20 Nov 2005 07:40:49 +0000 (07:40 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 20 Nov 2005 07:40:49 +0000 (07:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345726 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/experimental/event/event.c

index eb5ab62aed45c573e977cee7453178c7b8ff8ed5..36a8621c3acc97f8d7bd224b855b09af3a95caf4 100644 (file)
@@ -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) {