diff --git a/src/ssl_sock.c b/src/ssl_sock.c index b8793fce6..24bb36877 100644 --- a/src/ssl_sock.c +++ b/src/ssl_sock.c @@ -5514,7 +5514,6 @@ static int ssl_sock_from_buf(struct connection *conn, struct buffer *buf, int fl if (try + conn->tmp_early_data > max_early) { try -= (try + conn->tmp_early_data) - max_early; if (try <= 0) { - conn->flags &= ~CO_FL_EARLY_SSL_HS; conn->flags |= CO_FL_SSL_WAIT_HS | CO_FL_WAIT_L6_CONN; break; }