summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2005-11-01 16:15:09 +0000
committerJim Jagielski <jim@apache.org>2005-11-01 16:15:09 +0000
commit6f83e0470b6a596f5f4e569d55d5ca82c21c3d42 (patch)
tree9e14749685a3b176beb3f78322dfca6e5ebc637b /CHANGES
parent9ab108491ebba2cdc4e9fd6256cae56d0a003ad5 (diff)
downloadhttpd-6f83e0470b6a596f5f4e569d55d5ca82c21c3d42.tar.gz
Move to a different impl which was my 1st concept and that which
Ruediger likes. Instead of adjusting pointers to areas within the URL, simply copy it over and change it as needed. Easier logic and not that much slower for normal cases. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@330085 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index edabbbbc5d..dca2194cfe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,7 @@ Changes with Apache 2.3.0
*) mod_proxy_balancer: When finding best worker, use case insensitive
match for scheme and host, but case sensitive for the rest of
- the path. [Jim Jagielski]
+ the path. [Jim Jagielski, Ruediger Pluem]
*) Asynchronous write completion for the Event MPM. [Brian Pane]