Commit b3463b20 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update doc

parent 15bdf048
...@@ -38,6 +38,7 @@ ...@@ -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 @@ ...@@ -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 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment