MINOR: listener: remove the now useless LI_F_QUIC_LISTENER flag
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Jan 2023 19:20:57 +0000 (20:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Feb 2023 17:00:20 +0000 (18:00 +0100)
commit9e2682afed98aaacfb2afda8ffccbeffc0d8ce91
tree8a6a9152a8323f9514b37157e7604c0449d10ef6
parentb25634d23e6bbb112e3c3289c2979bfe3db7db5b
MINOR: listener: remove the now useless LI_F_QUIC_LISTENER flag

This flag is only used to tag a QUIC listener, which we now know by
its bind_conf's xprt as well. It's only used to decide whether or not
to perform an extra initialization step on the listener. Let's drop it
as well as the flags field.

With the various fields and options moved, the listener struct reduced
by 48 bytes total.
include/haproxy/listener-t.h
src/cfgparse.c
src/proto_quic.c