]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
On the trunk:
authorStefan Eissing <icing@apache.org>
Mon, 10 Apr 2017 13:23:03 +0000 (13:23 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 10 Apr 2017 13:23:03 +0000 (13:23 +0000)
mod_proxy_http2: 1 is true.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1790827 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/mod_proxy_http2.c

index 86a8c3dc5e19d3b90907ee2b52cb1c6ae4901257..403f9015e2bfea27659808b3ad8394762d0ce0cf 100644 (file)
@@ -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);