]> granicus.if.org Git - apache/commitdiff
Make sure that the status is not overwritten.
authorMladen Turk <mturk@apache.org>
Thu, 9 Sep 2004 16:14:41 +0000 (16:14 +0000)
committerMladen Turk <mturk@apache.org>
Thu, 9 Sep 2004 16:14:41 +0000 (16:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105050 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index 85bd565e6d311448690ff87ecadd993a747f8d4c..3207dd4e58e16589bef82cf62e09042a9d1829a3 100644 (file)
@@ -1541,7 +1541,7 @@ PROXY_DECLARE(int) ap_proxy_acquire_connection(const char *proxy_function,
                          proxy_function, worker->hostname);
             return HTTP_INTERNAL_SERVER_ERROR;
         }
-        worker->status = PROXY_WORKER_INITIALIZED;
+        worker->status |= PROXY_WORKER_INITIALIZED;
     }
 
     if (!PROXY_WORKER_IS_USABLE(worker)) {