Commit 57025cf4 authored by Stefan Eissing's avatar Stefan Eissing
Browse files

On the trunk:

mod_proxy_http2: 1 is true.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1790827 13f79535-47bb-0310-9956-ffa450edef68
parent 63b64f95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -635,7 +635,7 @@ cleanup:

    /* Any requests will still have need to fail */
    while (APR_SUCCESS == h2_proxy_fifo_try_pull(ctx->requests, (void**)&r)) {
        request_done(ctx, r, HTTP_SERVICE_UNAVAILABLE, true);
        request_done(ctx, r, HTTP_SERVICE_UNAVAILABLE, 1);
    }
    
    ap_set_module_config(ctx->owner->conn_config, &proxy_http2_module, NULL);