mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-16 10:36:55 +00:00
MINOR: qpack: fix wrong comment
This commit is contained in:
parent
7a4f0d85be
commit
484317e5e8
@ -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("/") },
|
||||
|
Loading…
Reference in New Issue
Block a user