commit | f57c64fc062ea5eeaa90a7efe7743c51e5baca27 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Feb 18 16:35:43 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Mar 02 09:45:49 2021 +0100 |
tree | 51ec3703d3f2ed2f5cf0fa1118044237d6c4236a | |
parent | 68a088d85177c4c8d08b32d549276b0f1a9a6700 [diff] |
BUILD: proxy: Missing header inclusion for quic_transport_params_init() Since this commit: 144289b45 ("REORG: move init_default_instance() to proxy.c and pass it the defproxy pointer") as quic_transport_params_init() has been moved from cfgparse.c to proxy.c this latter source file must include xprt_quic.h header. Should fix #1153 issue.