]> granicus.if.org Git - apache/commitdiff
mod_proxy: follow up to r1588519: CHANGE.
authorYann Ylavic <ylavic@apache.org>
Fri, 18 Apr 2014 17:19:53 +0000 (17:19 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 18 Apr 2014 17:19:53 +0000 (17:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1588521 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 25072b8650f20b55a8941e653089807e2d88a1f5..5640b82f80b549a45f72bb9744a47d553904240f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) mod_proxy: When ping/pong is configured for a worker, don't send or
+     forward "100 Continue" (interim) response to the client if it does
+     not expect one. [Yann Ylavic]
+
   *) mod_ssl: add workaround for SSLCertificateFile when using OpenSSL
      versions before 0.9.8h and not specifying an SSLCertificateChainFile
      (regression introduced with 2.4.8). PR 56410. [Kaspar Brand]