diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-08-21 18:18:24 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-08-21 18:18:24 +0200 |
commit | e6cc70b01f04726bec55199ef2cfe9d29a5924b9 (patch) | |
tree | 7ec52cea31dd6d49401b15ac3480ef807c93f501 /httpd-2.4.2-r1365604.patch | |
parent | 65e03b2d11ed6e42a421636e29b936edf78459d3 (diff) |
httpd: sync with rawhide, update to 2.4.3
Diffstat (limited to 'httpd-2.4.2-r1365604.patch')
-rw-r--r-- | httpd-2.4.2-r1365604.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/httpd-2.4.2-r1365604.patch b/httpd-2.4.2-r1365604.patch deleted file mode 100644 index d7b962f..0000000 --- a/httpd-2.4.2-r1365604.patch +++ /dev/null @@ -1,15 +0,0 @@ -# ./pullrev.sh 1365604 - -http://svn.apache.org/viewvc?view=revision&revision=1365604 - ---- httpd-2.4.2/modules/proxy/proxy_util.c -+++ httpd-2.4.2/modules/proxy/proxy_util.c -@@ -852,7 +852,7 @@ - (balancer = ap_proxy_get_balancer(r->pool, sconf, real, 1))) { - int n, l3 = 0; - proxy_worker **worker = (proxy_worker **)balancer->workers->elts; -- const char *urlpart = ap_strchr_c(real, '/'); -+ const char *urlpart = ap_strchr_c(real + sizeof(BALANCER_PREFIX) - 1, '/'); - if (urlpart) { - if (!urlpart[1]) - urlpart = NULL; |