mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 16:12:40 +02:00
Make depends qc_new_isecs() only on quic_conn struct initialization only (no more dependency on connection struct initialization) to be able to run it as soon as the quic_conn struct is initialized (from the I/O handler) before running ->accept() quic proto callback.