]> granicus.if.org Git - apache/commitdiff
r1651088 for eventopt
authorEric Covener <covener@apache.org>
Mon, 12 Jan 2015 13:45:30 +0000 (13:45 +0000)
committerEric Covener <covener@apache.org>
Mon, 12 Jan 2015 13:45:30 +0000 (13:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1651089 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/eventopt/eventopt.c

index f30e94c7db022be4f8abc78bd2b1610ff93f58ef..6259a882f29e83a705374ae6bd0e39d0ce56fb17 100644 (file)
@@ -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) {