summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2010-04-01 22:48:38 +0000
committerNick Kew <niq@apache.org>2010-04-01 22:48:38 +0000
commit9c1c3f56d48751f3445f83dc53a756abbccd43d5 (patch)
tree142f141e216314c3dd420140341998461e64d605 /CHANGES
parenta7cada9484fa56f5769a7e940c9ed867160e8fa7 (diff)
downloadhttpd-9c1c3f56d48751f3445f83dc53a756abbccd43d5.tar.gz
Proxy balancer: support setting error status according to
HTTP response code from a backend. PR 48939 [Daniel Ruggeri <DRuggeri primary.net>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930125 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index af2920d0e4..833fda02c6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,10 @@ Changes with Apache 2.3.7
processing is completed, avoiding orphaned callback pointers.
[Brett Gervasoni <brettg senseofsecurity.com>, Jeff Trawick]
+ *) Proxy balancer: support setting error status according to
+ HTTP response code from a backend.
+ PR 48939 [Daniel Ruggeri <DRuggeri primary.net>]
+
*) htcacheclean: Introduce the ability to clean specific URLs from the
cache, if provided as an optional parameter on the command line.
[Graham Leggett]