mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-11 16:08:00 +00:00
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.
This commit is contained in:
parent
48fc74af64
commit
b9c06fbe52
@ -105,7 +105,6 @@ static int new_quic_cli_conn(struct quic_conn *qc, struct listener *l,
|
|||||||
|
|
||||||
cli_conn->dst = dst;
|
cli_conn->dst = dst;
|
||||||
cli_conn->handle.fd = l->rx.fd;
|
cli_conn->handle.fd = l->rx.fd;
|
||||||
cli_conn->flags |= CO_FL_ADDR_FROM_SET;
|
|
||||||
cli_conn->target = &l->obj_type;
|
cli_conn->target = &l->obj_type;
|
||||||
|
|
||||||
/* XXX Should not be there. */
|
/* XXX Should not be there. */
|
||||||
|
Loading…
Reference in New Issue
Block a user