Update document reference

This commit is contained in:
Tatsuhiro Tsujikawa 2020-12-29 17:31:46 +09:00
parent 6b7ade9f3f
commit 28ba0b37e1
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# and decoding tables in C language. The resulting code is used in # and decoding tables in C language. The resulting code is used in
# lib/nghttp2_hd_huffman.h and lib/nghttp2_hd_huffman_data.c # lib/nghttp2_hd_huffman.h and lib/nghttp2_hd_huffman_data.c
# #
# [1] http://http2.github.io/http2-spec/compression.html # [1] https://httpwg.org/specs/rfc7541.html
import re import re
import sys import sys

View File

@ -5,7 +5,7 @@
# nghttp2_hd_static_entry table. This table is used in # nghttp2_hd_static_entry table. This table is used in
# lib/nghttp2_hd.c. # lib/nghttp2_hd.c.
# #
# [1] http://http2.github.io/http2-spec/compression.html # [1] https://httpwg.org/specs/rfc7541.html
import re, sys import re, sys