]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update CHANGES
authorBill Stoddard <stoddard@apache.org>
Thu, 13 Mar 2003 19:32:42 +0000 (19:32 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 13 Mar 2003 19:32:42 +0000 (19:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98996 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 2a43f88f2cba04f9ada7c895a63fc8c667efc074..2b26c9b775aef0efda3c5d8d1adf2eb4fd808237 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
 Changes with Apache 2.0.45
+  *) Win32: Avoid busy wait (consuming all the CPU idle cycles) when
+     all worker threads are busy. 
+     [Igor Nazarenko <igor_nazarenko@hotmail.com>]
 
   *) Keep the subrequest filter in place when a subrequest is 
      redirected.  PR 15423.  [Jeff Trawick]