Commit 6366308e authored by Ruediger Pluem's avatar Ruediger Pluem
Browse files

* Only do one retry to be more in line with the other modules.

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