]> granicus.if.org Git - apache/commitdiff
* Document fixes for PR 38524.
authorRuediger Pluem <rpluem@apache.org>
Mon, 27 Feb 2006 22:24:47 +0000 (22:24 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 27 Feb 2006 22:24:47 +0000 (22:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@381469 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a6e04ed545edd581cf7b24127e90570888d73515..241684fa82129e15ef7816ca074e29270b6ef48b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
 Changes with Apache 2.3.0
   [Remove entries to the current 2.0 and 2.2 section below, when backported]
 
+  *) mod_proxy_http: Do send keep-alive header if the client sent
+     connection: keep-alive and do not close backend connection if the client
+     sent connection: close. PR 38524. [Ruediger Pluem, Joe Orton]
+
   *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
      [Chris Darroch <chrisd pearsoncmg.com>]