projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48fc74a
)
MINOR: quic_sock: Do not flag QUIC connections as being set
author
Frédéric Lécaille
<flecaille@haproxy.com>
Wed, 8 Sep 2021 15:08:17 +0000
(17:08 +0200)
committer
Amaury Denoyelle
<adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000
(15:27 +0200)
This is to let conn_get_src() or conn_get_src() set the source
or destination addresses for the connection.
src/quic_sock.c
patch
|
blob
|
history
diff --git
a/src/quic_sock.c
b/src/quic_sock.c
index
ad8ae6a
..
761c2a4
100644
(file)
--- 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. */