From: Greg Ames Date: Sat, 17 Sep 2005 01:14:16 +0000 (+0000) Subject: get rid of an obsolete comment. the separate event thread disappeared when X-Git-Tag: 2.3.0~3002 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b981cc853db71e40822e703abb18f6f974419e1;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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