]> granicus.if.org Git - apache/commitdiff
* Only do one retry to be more in line with the other modules.
authorRuediger Pluem <rpluem@apache.org>
Tue, 14 May 2019 08:07:23 +0000 (08:07 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 14 May 2019 08:07:23 +0000 (08:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1859213 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/mod_proxy_http2.c

index 95336f75769c02c57b5a88cdf35186a61c9f61ba..ca5c5d95baa002375ea4490e28cce7e1fd40403c 100644 (file)
@@ -429,7 +429,7 @@ run_connect:
             ctx->p_conn = NULL;
         }
         ++reconnects;
-        if (reconnects < 5) {
+        if (reconnects < 2) {
             goto run_connect;
         } 
         ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, ctx->owner, APLOGNO(10023)