]> granicus.if.org Git - apache/commitdiff
Fix CHANGES entry from r1587201.
authorYann Ylavic <ylavic@apache.org>
Tue, 15 Jul 2014 12:14:07 +0000 (12:14 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 15 Jul 2014 12:14:07 +0000 (12:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1610670 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index f0b81ee3626344dacbc62d2ced90011be42a5233..ad40145784d36fca1815f4ed7936725491e3c416 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -196,8 +196,8 @@ Changes with Apache 2.4.10
      "http-equiv" meta tag specifies a Content-Type behind any other
      "http-equiv" meta tag. PR 56287 [Micha Lenk <micha lenk info>]
 
-  *) Don't reuse a SSL backend connection whose SNI differs. PR 55782.
-     [Yann Ylavic]
+  *) mod_proxy: Don't reuse a SSL backend connection whose requested SNI
+     differs. PR 55782.  [Yann Ylavic]
 
   *) Add suspend_connection and resume_connection hooks to notify modules
      when the thread/connection relationship changes.  (Should be implemented