From: Brian Pane Date: Sun, 20 Nov 2005 07:40:49 +0000 (+0000) Subject: remove an obsolete comment X-Git-Tag: 2.3.0~2735 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58d941233a43e3977af93c21a11cc2fd55ace279;p=thirdparty%2Fapache%2Fhttpd.git remove an obsolete comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345726 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/experimental/event/event.c b/server/mpm/experimental/event/event.c index eb5ab62aed4..36a8621c3ac 100644 --- a/server/mpm/experimental/event/event.c +++ b/server/mpm/experimental/event/event.c @@ -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) {