Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 25A56200CDF for ; Thu, 17 Aug 2017 20:25:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CBEB016B734; Thu, 17 Aug 2017 18:25:23 +0000 (UTC) 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 1D92816B733 for ; Thu, 17 Aug 2017 20:25:22 +0200 (CEST) Received: (qmail 85701 invoked by uid 500); 17 Aug 2017 18:25:21 -0000 Mailing-List: contact dev-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 dev@httpd.apache.org Received: (qmail 85691 invoked by uid 99); 17 Aug 2017 18:25:21 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2017 18:25:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 2F20DC655F for ; Thu, 17 Aug 2017 18:25:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.322 X-Spam-Level: X-Spam-Status: No, score=-2.322 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id AbD7aBVQvajw for ; Thu, 17 Aug 2017 18:25:20 +0000 (UTC) Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id E5C705F5F7 for ; Thu, 17 Aug 2017 18:25:19 +0000 (UTC) Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v7HIPIvf026764 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 17 Aug 2017 18:25:18 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0021.oracle.com (8.14.4/8.14.4) with ESMTP id v7HIPIKS013129 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 17 Aug 2017 18:25:18 GMT Received: from abhmp0008.oracle.com (abhmp0008.oracle.com [141.146.116.14]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id v7HIPITU023614 for ; Thu, 17 Aug 2017 18:25:18 GMT Received: from [10.132.185.175] (/10.132.185.175) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 17 Aug 2017 11:25:18 -0700 Subject: Re: svn commit: r1805322 - /httpd/httpd/trunk/CHANGES To: dev@httpd.apache.org References: <20170817180618.AF0C73A0057@svn01-us-west.apache.org> From: Mike Rumph Organization: Oracle Corporation Message-ID: <7ab1a322-7df2-8b85-f85b-1ae1691d0499@oracle.com> Date: Thu, 17 Aug 2017 11:25:12 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170817180618.AF0C73A0057@svn01-us-west.apache.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Source-IP: userv0021.oracle.com [156.151.31.71] archived-at: Thu, 17 Aug 2017 18:25:24 -0000 On 8/17/2017 11:06 AM, jim@apache.org wrote: > +++ httpd/httpd/trunk/CHANGES [utf-8] Thu Aug 17 18:06:15 2017 > @@ -16,6 +16,10 @@ Changes with Apache 2.5.0 > *) mod_proxy: loadfactor parameter can now be a decimal number (eg: 1.25). > [Jim Jagielski] > > + *) mod_watchdog/mod_proxy_hcheck: Time intervals can now be spefified specified > + down to the millisecond. Supports 'mi' (minute), 'ms' (millisecond), > + 's' (second) and 'hr' (hour!) time suffixes. [Jim Jagielski] > + >