]> granicus.if.org Git - apache/commitdiff
* Add missing Changelog entry for PR41056 / PR 19954. This was fixed in r480135.
authorRuediger Pluem <rpluem@apache.org>
Mon, 5 Feb 2007 20:46:01 +0000 (20:46 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 5 Feb 2007 20:46:01 +0000 (20:46 +0000)
PR: 41056 / 19954
Submitted by: jfclere, jim
Reviewed by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@503863 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 54fca589510760dc9c7bfcac4007167ca9d6cd21..af2a35a346635d5b407c4eeed6f566f955fa0f59 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
 Changes with Apache 2.3.0
   [Remove entries to the current 2.0 and 2.2 section below, when backported]
 
+  *) core: Fix broken chunk filtering that causes all non blocking reads to be
+     converted into blocking reads.  PR 41056. [Jean-Frederic Clere, Jim Jagielski]
+
   *) apxs: Enhance -q flag to print all known variables and their values
      when invoked without variable name(s). 
      [William Rowe, Sander Temme]