]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: qpack: fix wrong comment
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 24 Aug 2021 13:36:39 +0000 (15:36 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
src/qpack-tbl.c

index 777ed8a8497b141bd7e3a20921f9bfa3db358e00..11a31368e6df70250419833070bdf5f83a94f8ef 100644 (file)
@@ -31,7 +31,7 @@
 #include <haproxy/http-hdr-t.h>
 #include <haproxy/qpack-tbl.h>
 
-/* 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("/")                        },