python: Update to draft version to 7 in hpackmake.py
This commit is contained in:
parent
91b616dd6f
commit
5240f8ad7e
|
@ -15,7 +15,7 @@ import nghttp2
|
||||||
|
|
||||||
def testsuite(testdata, filename, outdir, table_size, deflate_table_size):
|
def testsuite(testdata, filename, outdir, table_size, deflate_table_size):
|
||||||
res = {
|
res = {
|
||||||
'draft':6,
|
'draft':7,
|
||||||
'description': '''\
|
'description': '''\
|
||||||
Encoded by nghttp2. The basic encoding strategy is described in \
|
Encoded by nghttp2. The basic encoding strategy is described in \
|
||||||
http://lists.w3.org/Archives/Public/ietf-http-wg/2013JulSep/1135.html \
|
http://lists.w3.org/Archives/Public/ietf-http-wg/2013JulSep/1135.html \
|
||||||
|
|
Loading…
Reference in New Issue