]> git.kaiwu.me - haproxy.git/commit
CLEANUP: quic: use static qualifer on quic_close
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 5 Apr 2022 15:34:18 +0000 (17:34 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 7 Apr 2022 08:10:22 +0000 (10:10 +0200)
commite0be573c1b3c6b35864d02c9bc99537825ad24a7
treed6bf10aec3d1aca81f89e04f3144ed6d8f552ee4
parentdb71e3bd09d6f0a64a9615a0fb6e7c477e82e7c7
CLEANUP: quic: use static qualifer on quic_close

quic_close can be used through xprt-ops and can thus be kept as a static
symbol.
src/xprt_quic.c