From: Frédéric Lécaille Date: Wed, 8 Sep 2021 15:08:17 +0000 (+0200) Subject: MINOR: quic_sock: Do not flag QUIC connections as being set X-Git-Tag: v2.5-dev8~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9c06fbe52924e4563098d68c55701fa78486027;p=thirdparty%2Fhaproxy.git MINOR: quic_sock: Do not flag QUIC connections as being set This is to let conn_get_src() or conn_get_src() set the source or destination addresses for the connection. --- diff --git a/src/quic_sock.c b/src/quic_sock.c index ad8ae6ad07..761c2a4e8e 100644 --- a/src/quic_sock.c +++ b/src/quic_sock.c @@ -105,7 +105,6 @@ static int new_quic_cli_conn(struct quic_conn *qc, struct listener *l, cli_conn->dst = dst; cli_conn->handle.fd = l->rx.fd; - cli_conn->flags |= CO_FL_ADDR_FROM_SET; cli_conn->target = &l->obj_type; /* XXX Should not be there. */