diff options
author | Greg Ames <gregames@apache.org> | 2005-09-17 03:14:16 +0200 |
---|---|---|
committer | Greg Ames <gregames@apache.org> | 2005-09-17 03:14:16 +0200 |
commit | 5b981cc853db71e40822e703abb18f6f974419e1 (patch) | |
tree | 0fe8ae30433fc3e0f42ce7e13846727b830530a2 /server/mpm/experimental/event/event.c | |
parent | I'd prefer, before 2.2-final, to have AP_NEED_SET_MUTEX_PERMS defined (diff) | |
download | apache2-5b981cc853db71e40822e703abb18f6f974419e1.tar.xz apache2-5b981cc853db71e40822e703abb18f6f974419e1.zip |
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
Diffstat (limited to '')
-rw-r--r-- | server/mpm/experimental/event/event.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/server/mpm/experimental/event/event.c b/server/mpm/experimental/event/event.c index 1d12e6d5e0..77455886bc 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 |