]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: qpack: Wrong comment about the draft for QPACK static header table.
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 22 Dec 2020 15:08:51 +0000 (16:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 4 Jan 2021 11:31:28 +0000 (12:31 +0100)
This came with a "copy and paste" from the definition for HPACK.

src/qpack-tbl.c

index 4a501c1bac99d2678493c4a35d7bd87be0fa3454..b30dc741fc8e6315f40ca3dc3313d39c457d639f 100644 (file)
@@ -28,7 +28,7 @@
 #include <haproxy/http-hdr-t.h>
 #include <haproxy/qpack-tbl-t.h>
 
-/* 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("/")                        },