Update document reference
This commit is contained in:
parent
6b7ade9f3f
commit
28ba0b37e1
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue