From: Amaury Denoyelle Date: Tue, 24 Aug 2021 13:36:39 +0000 (+0200) Subject: MINOR: qpack: fix wrong comment X-Git-Tag: v2.5-dev8~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=484317e5e8918bcbb1e95a8794b2492f93ef3b46;p=thirdparty%2Fhaproxy.git MINOR: qpack: fix wrong comment --- diff --git a/src/qpack-tbl.c b/src/qpack-tbl.c index 777ed8a849..11a31368e6 100644 --- a/src/qpack-tbl.c +++ b/src/qpack-tbl.c @@ -31,7 +31,7 @@ #include #include -/* static header table as in draft-ietf-quic-qpack-20 Appendix A. [0] unused. */ +/* static header table as in draft-ietf-quic-qpack-20 Appendix A. */ const struct http_hdr qpack_sht[QPACK_SHT_SIZE] = { [ 0] = { .n = IST(":authority"), .v = IST("") }, [ 1] = { .n = IST(":path"), .v = IST("/") },