commit | 78d0dcd5196fd630190998cb420cdcf1e8a215d7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 20 17:10:00 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 20 18:41:55 2022 +0200 |
tree | 50b7def670ffa26b6699f578b203761b2888fcba | |
parent | 64306ccd9759a1765b93f7597676c18280e35d1a [diff] |
MINOR: listener: set the QUIC xprt layer immediately after parsing the args It used to be set when parsing the listeners' addresses but this comes with some difficulties in that other places have to be careful not to replace it (e.g. the "ssl" keyword parser). Now we know what protocols a bind_conf line relies on, we can set it after having parsed the whole line.