From 48d36db55b38b8bcf2f50083dab30f37d81adb3f Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 12 Jan 2015 13:45:30 +0000 Subject: [PATCH] r1651088 for eventopt git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1651089 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/eventopt/eventopt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/mpm/eventopt/eventopt.c b/server/mpm/eventopt/eventopt.c index f30e94c7db..6259a882f2 100644 --- a/server/mpm/eventopt/eventopt.c +++ b/server/mpm/eventopt/eventopt.c @@ -1036,6 +1036,8 @@ static void process_socket(apr_thread_t *thd, apr_pool_t * p, apr_socket_t * soc c = cs->c; c->sbh = sbh; c->current_thread = thd; + /* Subsequent request on a conn, and thread number is part of ID */ + c->id = conn_id; } if (c->clogging_input_filters && !c->aborted) { -- 2.50.1