]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: More accurate immediately close.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 22 Nov 2021 13:25:57 +0000 (14:25 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Tue, 30 Nov 2021 10:47:46 +0000 (11:47 +0100)
commit1fc5e16c4c5c7a5078a400bbcc33a782e873d20d
treea5bb1168c6bc4843984893b0bed2250ffba93847
parent067a82bba14171b34036e8f1e2705d33055dbd04
MINOR: quic: More accurate immediately close.

When sending a CONNECTION_CLOSE frame to immediately close the connection,
do not provide CRYPTO data to the TLS stack. Do not built anything else than a
CONNECTION_CLOSE and do not derive any secret when in immediately close state.
Seize the opportunity of this patch to rename ->err quic_conn struct member
to ->error_code.
include/haproxy/xprt_quic-t.h
src/xprt_quic.c