Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 98F36160C15 for ; Wed, 3 Jan 2018 14:54:16 +0100 (CET) Received: (qmail 30879 invoked by uid 500); 3 Jan 2018 13:54:15 -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 30870 invoked by uid 99); 3 Jan 2018 13:54:15 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2018 13:54:15 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 37C2E3A0168 for ; Wed, 3 Jan 2018 13:54:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1819973 - /httpd/httpd/branches/2.4.x/STATUS Date: Wed, 03 Jan 2018 13:54:15 -0000 To: cvs@httpd.apache.org From: ylavic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180103135415.37C2E3A0168@svn01-us-west.apache.org> archived-at: Wed, 03 Jan 2018 13:54:17 -0000 Author: ylavic Date: Wed Jan 3 13:54:15 2018 New Revision: 1819973 URL: http://svn.apache.org/viewvc?rev=1819973&view=rev Log: Comment. Modified: httpd/httpd/branches/2.4.x/STATUS Modified: httpd/httpd/branches/2.4.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1819973&r1=1819972&r2=1819973&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Wed Jan 3 13:54:15 2018 @@ -245,6 +245,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/r1818624 (style only) 2.4.x patch: svn merge -c r1599012,r1601559,r1818624 ^/httpd/httpd/trunk . +1: niq, jim + ylavic: +1 with r1819969 and r1819970, see dev@ thread re r1599012. *) mpm_event: close connections not reported as handled by any module to avoid losing track of them and leaking scoreboard entries. PR 61551.