]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Constantness fixes for frame builders/parsers.
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 17 Sep 2021 15:05:44 +0000 (17:05 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit2cb130c980251971932361cd2a361905de252fb1
tree61617968dc6cf94964dbcfd6c30e1a4293bbb89f
parentdc2593e4601a95e9a4c3343731f1326e93148afd
MINOR: quic: Constantness fixes for frame builders/parsers.

This is to ensure we do not modify important static variables:
the QUIC frame builders and parsers.
src/quic_frame.c