summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Bannert <aaron@apache.org>2002-04-24 19:24:43 +0200
committerAaron Bannert <aaron@apache.org>2002-04-24 19:24:43 +0200
commit7bf533bf9afb265d4221163174737969654878c8 (patch)
tree53d389e0ca6b62931ca433c7978479b4cf813301
parentMajor improvement in concurrent processing for AB: (diff)
downloadapache2-7bf533bf9afb265d4221163174737969654878c8.tar.xz
apache2-7bf533bf9afb265d4221163174737969654878c8.zip
Mention my AB fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94783 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2bbb39b1bb..46b7726e9b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changes with Apache 2.0.36
+ *) Major improvements in concurrent processing for AB by enabling
+ non-blocking connect()s and preventing APR from doing blocking
+ read()s. Also implement fatal error checking for apr_recv().
+ [Aaron Bannert]
+
*) Fix Win32 NTFS Junctions (symlinks). PR 8014 [William Rowe]
*) Fix Win32 'short name' aliases in httpd.conf directives.