mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-04 18:39:37 +00:00
CLEANUP: qpack: Wrong comment about the draft for QPACK static header table.
This came with a "copy and paste" from the definition for HPACK.
This commit is contained in:
parent
164096eb76
commit
d341fc3609
@ -28,7 +28,7 @@
|
|||||||
#include <haproxy/http-hdr-t.h>
|
#include <haproxy/http-hdr-t.h>
|
||||||
#include <haproxy/qpack-tbl-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] = {
|
const struct http_hdr qpack_sht[QPACK_SHT_SIZE] = {
|
||||||
[ 0] = { .n = IST(":authority"), .v = IST("") },
|
[ 0] = { .n = IST(":authority"), .v = IST("") },
|
||||||
[ 1] = { .n = IST(":path"), .v = IST("/") },
|
[ 1] = { .n = IST(":path"), .v = IST("/") },
|
||||||
|
Loading…
Reference in New Issue
Block a user