Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 567FE107F2 for ; Mon, 12 Jan 2015 13:45:32 +0000 (UTC) Received: (qmail 59725 invoked by uid 500); 12 Jan 2015 13:45:33 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 59653 invoked by uid 500); 12 Jan 2015 13:45:33 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 59643 invoked by uid 99); 12 Jan 2015 13:45:33 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2015 13:45:33 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 721C2AC039A; Mon, 12 Jan 2015 13:45:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1651089 - /httpd/httpd/trunk/server/mpm/eventopt/eventopt.c Date: Mon, 12 Jan 2015 13:45:30 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150112134532.721C2AC039A@hades.apache.org> 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) {