Commit 28ba0b37 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update document reference

parent 6b7ade9f
...@@ -5,7 +5,7 @@ ...@@ -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 @@ ...@@ -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
......
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