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
|
||||
# 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 sys
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# nghttp2_hd_static_entry table. This table is used in
|
||||
# lib/nghttp2_hd.c.
|
||||
#
|
||||
# [1] http://http2.github.io/http2-spec/compression.html
|
||||
# [1] https://httpwg.org/specs/rfc7541.html
|
||||
|
||||
import re, sys
|
||||
|
||||
|
|
Loading…
Reference in New Issue