From: Stefan Eissing Date: Mon, 10 Apr 2017 13:23:03 +0000 (+0000) Subject: On the trunk: X-Git-Tag: 2.5.0-alpha~490 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e643f77747aae6a7db366504d399ac976959c506;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/http2/mod_proxy_http2.c b/modules/http2/mod_proxy_http2.c index 86a8c3dc5e1..403f9015e2b 100644 --- a/modules/http2/mod_proxy_http2.c +++ b/modules/http2/mod_proxy_http2.c @@ -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);