You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2015/01/12 14:45:30 UTC

svn commit: r1651089 - /httpd/httpd/trunk/server/mpm/eventopt/eventopt.c

Author: covener
Date: Mon Jan 12 13:45:30 2015
New Revision: 1651089

URL: http://svn.apache.org/r1651089
Log:
r1651088 for eventopt

Modified:
    httpd/httpd/trunk/server/mpm/eventopt/eventopt.c

Modified: httpd/httpd/trunk/server/mpm/eventopt/eventopt.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/eventopt/eventopt.c?rev=1651089&r1=1651088&r2=1651089&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/eventopt/eventopt.c (original)
+++ httpd/httpd/trunk/server/mpm/eventopt/eventopt.c Mon Jan 12 13:45:30 2015
@@ -1036,6 +1036,8 @@ static void process_socket(apr_thread_t
         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) {