View | Details | Raw Unified | Return to bug 51489
Collapse All | Expand All

(-)modules/proxy/proxy_util.c (-4 / +1 lines)
Lines 1123-1132 Link Here
1123
            proxy_worker **worker = (proxy_worker **)balancer->workers->elts;
1123
            proxy_worker **worker = (proxy_worker **)balancer->workers->elts;
1124
            const char *urlpart = ap_strchr_c(real, '/');
1124
            const char *urlpart = ap_strchr_c(real, '/');
1125
            if (urlpart) {
1125
            if (urlpart) {
1126
                if (!urlpart[1])
1126
                l3 = strlen(urlpart);
1127
                    urlpart = NULL;
1128
                else
1129
                    l3 = strlen(urlpart);
1130
            }
1127
            }
1131
            /* The balancer comparison is a bit trickier.  Given the context
1128
            /* The balancer comparison is a bit trickier.  Given the context
1132
             *   BalancerMember balancer://alias http://example.com/foo
1129
             *   BalancerMember balancer://alias http://example.com/foo

Return to bug 51489