From d341fc3609848bc663d75a77db3a5d8e7a4ed4d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Tue, 22 Dec 2020 16:08:51 +0100 Subject: [PATCH] CLEANUP: qpack: Wrong comment about the draft for QPACK static header table. This came with a "copy and paste" from the definition for HPACK. --- src/qpack-tbl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qpack-tbl.c b/src/qpack-tbl.c index 4a501c1ba..b30dc741f 100644 --- a/src/qpack-tbl.c +++ b/src/qpack-tbl.c @@ -28,7 +28,7 @@ #include #include -/* static header table as in RFC7541 Appendix A. [0] unused. */ +/* static header table as in draft-ietf-quic-qpack-20 Appendix A. [0] unused. */ const struct http_hdr qpack_sht[QPACK_SHT_SIZE] = { [ 0] = { .n = IST(":authority"), .v = IST("") }, [ 1] = { .n = IST(":path"), .v = IST("/") },