Skip to content

Commit

Permalink
Update document reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Dec 29, 2020
1 parent 6b7ade9 commit 28ba0b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mkhufftbl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkstatichdtbl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 28ba0b3

Please sign in to comment.