From: Yann Ylavic Date: Tue, 15 Jul 2014 12:14:07 +0000 (+0000) Subject: Fix CHANGES entry from r1587201. X-Git-Tag: 2.4.10~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b67214bec5f4d3becca8e1c8a200adeeec8c99d;p=apache Fix CHANGES entry from r1587201. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1610670 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f0b81ee362..ad40145784 100644 --- 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 ] - *) 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