From: Ruediger Pluem Date: Mon, 27 Feb 2006 22:24:47 +0000 (+0000) Subject: * Document fixes for PR 38524. X-Git-Tag: 2.3.0~2523 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49d8a7f0b1dfa5e42a833774944a3992495aca69;p=apache * Document fixes for PR 38524. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@381469 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a6e04ed545..241684fa82 100644 --- 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 ]