From b3463b20a33b022a11894d0914ba184032a47ba7 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 25 Oct 2014 18:14:53 +0900 Subject: [PATCH] Update doc --- lib/nghttp2_hd.c | 1 + lib/nghttp2_hd_huffman_data.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/lib/nghttp2_hd.c b/lib/nghttp2_hd.c index aeb04b92..a73e8c7e 100644 --- a/lib/nghttp2_hd.c +++ b/lib/nghttp2_hd.c @@ -38,6 +38,7 @@ { { { (uint8_t*)N, (uint8_t*)V, sizeof(N) - 1, sizeof(V) - 1, 0 }, \ NH, VH, 1, NGHTTP2_HD_FLAG_NONE }, I } +/* Generated by mkstatictbl.py */ /* Sorted by hash(name) and its table index */ static nghttp2_hd_static_entry static_table[] = { MAKE_STATIC_ENT(20, "age", "", 96511u, 0u), diff --git a/lib/nghttp2_hd_huffman_data.c b/lib/nghttp2_hd_huffman_data.c index 1c6f5935..bab5021c 100644 --- a/lib/nghttp2_hd_huffman_data.c +++ b/lib/nghttp2_hd_huffman_data.c @@ -24,6 +24,8 @@ */ #include "nghttp2_hd_huffman.h" +/* Generated by mkhufftbl.py */ + const nghttp2_huff_sym huff_sym_table[] = { { 13, 0x1ff8u }, { 23, 0x7fffd8u },