MINOR: qpack: reduce dependencies on other modules
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 14 Jun 2022 14:34:32 +0000 (16:34 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 15 Jun 2022 09:20:48 +0000 (11:20 +0200)
commit53eef46b88539a7fd1f2927dcf75025cb4bef40a
treee8fd4a3ebc5dfb67e7b72825ccad15007c70d790
parentc5d31ed8bec42e6f80cb752c3295844d67f6b48a
MINOR: qpack: reduce dependencies on other modules

Clean up QPACK decoder API by removing dependencies on ncbuf and
MUX-QUIC. This reduces includes statements. It will also help to
implement a standalone QPACK decoder.
include/haproxy/qpack-dec.h
src/h3.c
src/qpack-dec.c