diff options
author | Jim Jagielski <jim@apache.org> | 2005-11-01 16:15:09 +0000 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2005-11-01 16:15:09 +0000 |
commit | 6f83e0470b6a596f5f4e569d55d5ca82c21c3d42 (patch) | |
tree | 9e14749685a3b176beb3f78322dfca6e5ebc637b /CHANGES | |
parent | 9ab108491ebba2cdc4e9fd6256cae56d0a003ad5 (diff) | |
download | httpd-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-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |