commit | 91b780a4553031b28796dd47b54eb58a7a1826fa | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 20 16:15:01 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 20 18:41:55 2022 +0200 |
tree | 4455abdfd36a302e54253aa55793fd8bb72b9e3c | |
parent | 787e92a4fb1d48a555ed90ad9b7528f20c9eb3d0 [diff] |
CLEANUP: listener: store stream vs dgram at the bind_conf level Let's collect the set of xprt-level and sock-level dgram/stream protocols seen on a bind line and store that in the bind_conf itself while they're being parsed. This will make it much easier to detect incompatibilities later than the current approch which consists in scanning all listeners in post-parsing.