]> granicus.if.org Git - apache/commitdiff
We don't allow for changes yet...
authorJim Jagielski <jim@apache.org>
Thu, 21 Jan 2016 20:20:45 +0000 (20:20 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 21 Jan 2016 20:20:45 +0000 (20:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726090 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_hcheck.c

index 2054dd34a54be626c93b5b500e2afce5ed6ca415..8a886f702c021dc83c644a9d9e613394db42bbf0 100644 (file)
@@ -404,10 +404,9 @@ static proxy_worker *hc_get_hcworker(sctx_t *ctx, proxy_worker *worker,
         apr_hash_set(ctx->hcworkers, wptr, APR_HASH_KEY_STRING, hc);
     }
     /* This *could* have changed via the Balancer Manager */
+    /* TODO */
     if (hc->s->method != worker->s->method) {
-        wctx_t *wctx = hc->s->context;
         hc->s->method = worker->s->method;
-        wctx->req = NULL;
         apr_hash_set(ctx->hcworkers, wptr, APR_HASH_KEY_STRING, hc);
     }
     return hc;