diff --git a/src/proto_http.c b/src/proto_http.c index d69d8e2ee..30bdc39ad 100644 --- a/src/proto_http.c +++ b/src/proto_http.c @@ -2543,7 +2543,7 @@ int process_srv(struct session *t) /* first, get a connection */ if (srv_redispatch_connect(t)) - return t->srv_state != SV_STIDLE; + return t->srv_state != SV_STCONN; } do {