From 58d941233a43e3977af93c21a11cc2fd55ace279 Mon Sep 17 00:00:00 2001 From: Brian Pane Date: Sun, 20 Nov 2005 07:40:49 +0000 Subject: [PATCH] remove an obsolete comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345726 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/experimental/event/event.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/mpm/experimental/event/event.c b/server/mpm/experimental/event/event.c index eb5ab62aed..36a8621c3a 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) { -- 2.40.0