From 5b981cc853db71e40822e703abb18f6f974419e1 Mon Sep 17 00:00:00 2001 From: Greg Ames Date: Sat, 17 Sep 2005 01:14:16 +0000 Subject: [PATCH] get rid of an obsolete comment. the separate event thread disappeared when the event MPM moved into svn. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@289681 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/experimental/event/event.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/server/mpm/experimental/event/event.c b/server/mpm/experimental/event/event.c index 1d12e6d5e05..77455886bcf 100644 --- a/server/mpm/experimental/event/event.c +++ b/server/mpm/experimental/event/event.c @@ -607,9 +607,8 @@ static int process_socket(apr_pool_t * p, apr_socket_t * sock, * accept() with a socket readability check, like Win32, * and there are measurable delays before the * socket is readable due to the first data packet arriving, - * it might be better to create the cs on the listener thread, - * set the state to CONN_STATE_CHECK_REQUEST_LINE_READABLE, - * and give it to the event thread. + * it might be better to create the cs on the listener thread + * with the state set to CONN_STATE_CHECK_REQUEST_LINE_READABLE * * FreeBSD users will want to enable the HTTP accept filter * module in their kernel for the highest performance -- 2.47.3