]> granicus.if.org Git - apache/commitdiff
put back misplaced then removed changes entry for 1651656
authorEric Covener <covener@apache.org>
Wed, 14 Jan 2015 13:25:18 +0000 (13:25 +0000)
committerEric Covener <covener@apache.org>
Wed, 14 Jan 2015 13:25:18 +0000 (13:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1651660 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 5b70a7dc96c88a25d671224bc6597859b06fa641..ca55b165fe1ef9c37abbd24ab5058898cd77b810 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -22,6 +22,10 @@ Changes with Apache 2.4.11
      request headers earlier.  Adds "MergeTrailers" directive to restore
      legacy behavior.  [Edward Lu, Yann Ylavic, Joe Orton, Eric Covener]
 
+  *) event: Update the internal "connection id" when requests
+     move from thread to thread. Reuse can confuse modules like
+     mod_cgid. PR 57435. [Michael Thorpe <mike gistnet.com>]
+
   *) mod_proxy_fcgi: Remove proxy:balancer:// prefix from SCRIPT_FILENAME
      passed to fastcgi backends. [Eric Covener]