diff options
author | Aaron Bannert <aaron@apache.org> | 2002-04-24 19:24:43 +0200 |
---|---|---|
committer | Aaron Bannert <aaron@apache.org> | 2002-04-24 19:24:43 +0200 |
commit | 7bf533bf9afb265d4221163174737969654878c8 (patch) | |
tree | 53d389e0ca6b62931ca433c7978479b4cf813301 | |
parent | Major improvement in concurrent processing for AB: (diff) | |
download | apache2-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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |