summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2009-03-30 22:49:10 +0200
committerNick Kew <niq@apache.org>2009-03-30 22:49:10 +0200
commit7fe4728a292af36401333e4f03cd23b73e0c16dd (patch)
tree76c6bb7304b59679b56f13a4691e43abb0ba1bb0 /CHANGES
parentrevert 759711 and 759713... don't require apr2 (diff)
downloadapache2-7fe4728a292af36401333e4f03cd23b73e0c16dd.tar.xz
apache2-7fe4728a292af36401333e4f03cd23b73e0c16dd.zip
HTTPD script support
When a script returns a no-body response code, pretend it was a HEAD request so as to drop any body the script might erroneously generate. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@760167 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f58752434d..ef2bf3894c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
Changes with Apache 2.3.3
+ *) script support: avoid possibly sending contents with a 204 or 304
+ response. PR 40953 [Nick Kew]
+
*) ab: Fix a 100% CPU loop on platforms where a failed non-blocking connect
returns EINPROGRESS and a subsequent poll() returns only POLLERR.
Observed on HP-UX. [Eric Covener]