BUG/MINOR: quic: Malformed CONNECTION_CLOSE frame
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 15 Nov 2023 10:19:57 +0000 (11:19 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 17 Nov 2023 16:31:42 +0000 (17:31 +0100)
commit392640a61b27358080926c989d6d78cc1d1e50b4
tree1d0f75a7df63b5d37cb34d7fcf8b23725c20ed4f
parent953c7dc2b9d905fd8e30e46337dd280726475989
BUG/MINOR: quic: Malformed CONNECTION_CLOSE frame

This bug arrived with this commit:
      MINOR: quic: Avoid zeroing frame structures
Before this latter, the CONNECTION_CLOSE was zeroed, especially the "reason phrase
length".

Restablish this behavior.

No need to backport.
src/quic_tx.c