]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: quic: handle cases where we don't have an address
authorMaxime Henrion <mhenrion@haproxy.com>
Thu, 30 Apr 2026 14:47:20 +0000 (10:47 -0400)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 30 Apr 2026 14:54:28 +0000 (16:54 +0200)
commit55ba951f3d73214e0a4532029e6e4d2c9ec46c28
tree2eb0fd281f42cf784ac71d974485c07f99b7e208
parentcc231f3468d4654aaecf77afeadd616abd7c73dd
BUG/MINOR: quic: handle cases where we don't have an address

It is possible to not have addresses in certain conditions, so we now
also allow the address family to be AF_UNSPEC in quic_dgram_init().

No backport necessary since this code is not yet in a release.
src/quic_sock.c