MINOR: quic_sock: missing CO_FL_ADDR_TO_SET flag
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 5 Nov 2021 10:40:50 +0000 (11:40 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 19 Nov 2021 13:37:35 +0000 (14:37 +0100)
commitd169efe52bdfa56955a73689f110fffba35c3424
treec89d79daba112ef46de190aa928010420031ac42
parent3a8bbcc38e3fe623fe9a9f2d61f483d4e3936fc5
MINOR: quic_sock: missing CO_FL_ADDR_TO_SET flag

When allocating destination addresses for QUIC connections we did not set
this flag which denotes these addresses have been set. This had as side
effect to prevent the H3 request results from being returned to the QUIC clients.

Note that this bug was revealed by this commit:
  "MEDIUM: backend: Rely on addresses at stream level to init server connection"

Thanks to Christopher for having found the real cause of this issue.
src/quic_sock.c