commit | 9e2682afed98aaacfb2afda8ffccbeffc0d8ce91 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 12 20:20:57 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 03 18:00:20 2023 +0100 |
tree | 8a6a9152a8323f9514b37157e7604c0449d10ef6 | |
parent | b25634d23e6bbb112e3c3289c2979bfe3db7db5b [diff] |
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.