Commit 6aa25bf5 authored by Mladen Turk's avatar Mladen Turk
Browse files

Make sure that the status is not overwritten.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105050 13f79535-47bb-0310-9956-ffa450edef68
parent 071a65e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)) {