diff --git a/include/proto/stream_interface.h b/include/proto/stream_interface.h index 17a0c7461..46df1bdb4 100644 --- a/include/proto/stream_interface.h +++ b/include/proto/stream_interface.h @@ -519,7 +519,7 @@ static inline int si_connect(struct stream_interface *si, struct connection *con /* try to reuse the existing connection, it will be * confirmed once we can send on it. */ - si->state = SI_ST_CON; + si->state = SI_ST_RDY; } /* needs src ip/port for logging */