Update doc
This commit is contained in:
parent
15bdf048cc
commit
b3463b20a3
|
@ -38,6 +38,7 @@
|
||||||
{ { { (uint8_t*)N, (uint8_t*)V, sizeof(N) - 1, sizeof(V) - 1, 0 }, \
|
{ { { (uint8_t*)N, (uint8_t*)V, sizeof(N) - 1, sizeof(V) - 1, 0 }, \
|
||||||
NH, VH, 1, NGHTTP2_HD_FLAG_NONE }, I }
|
NH, VH, 1, NGHTTP2_HD_FLAG_NONE }, I }
|
||||||
|
|
||||||
|
/* Generated by mkstatictbl.py */
|
||||||
/* Sorted by hash(name) and its table index */
|
/* Sorted by hash(name) and its table index */
|
||||||
static nghttp2_hd_static_entry static_table[] = {
|
static nghttp2_hd_static_entry static_table[] = {
|
||||||
MAKE_STATIC_ENT(20, "age", "", 96511u, 0u),
|
MAKE_STATIC_ENT(20, "age", "", 96511u, 0u),
|
||||||
|
|
|
@ -24,6 +24,8 @@
|
||||||
*/
|
*/
|
||||||
#include "nghttp2_hd_huffman.h"
|
#include "nghttp2_hd_huffman.h"
|
||||||
|
|
||||||
|
/* Generated by mkhufftbl.py */
|
||||||
|
|
||||||
const nghttp2_huff_sym huff_sym_table[] = {
|
const nghttp2_huff_sym huff_sym_table[] = {
|
||||||
{ 13, 0x1ff8u },
|
{ 13, 0x1ff8u },
|
||||||
{ 23, 0x7fffd8u },
|
{ 23, 0x7fffd8u },
|
||||||
|
|
Loading…
Reference in New Issue