From: Jim Jagielski Date: Thu, 21 Jan 2016 13:58:03 +0000 (+0000) Subject: new module X-Git-Tag: 2.5.0-alpha~2338 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f0af2a82529efc5db9752db7e7b2666589e3a2e;p=thirdparty%2Fapache%2Fhttpd.git new module git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725951 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 43f88aa0853..44ad544bd86 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_proxy_hcheck: Provide for dynamic background health + checks on reverse proxies associated with BalancerMember + workers. [Jim Jagielski] + *) mod_ssl: handle TIMEOUT on empty SSL input as non-fatal, returning APR_TIMEUP and preserving connection state for later retry. [Stefan Eissing]