summaryrefslogtreecommitdiff
path: root/src/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.c')
-rw-r--r--src/stream.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stream.c b/src/stream.c
index 690fe3e5a..72fee73bb 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -2026,10 +2026,6 @@ struct task *process_stream(struct task *t, void *context, unsigned short state)
*/
si_b->state = SI_ST_REQ; /* new connection requested */
si_b->conn_retries = s->be->conn_retries;
- if ((s->be->retry_type &~ PR_RE_CONN_FAILED) &&
- (s->be->mode == PR_MODE_HTTP) &&
- !(si_b->flags & SI_FL_D_L7_RETRY))
- si_b->flags |= SI_FL_L7_RETRY;
}
}
else {