python: Use draft-09
This commit is contained in:
parent
48734b6d05
commit
d848b9815a
|
@ -53,7 +53,7 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
testdata = json.loads(input)
|
testdata = json.loads(input)
|
||||||
|
|
||||||
if 'draft' not in testdata or testdata['draft'] != 8:
|
if 'draft' not in testdata or testdata['draft'] != 9:
|
||||||
sys.stderr.write('Not supported\n')
|
sys.stderr.write('Not supported\n')
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ import nghttp2
|
||||||
def testsuite(testdata, filename, outdir, table_size, deflate_table_size,
|
def testsuite(testdata, filename, outdir, table_size, deflate_table_size,
|
||||||
simulate_table_size_change):
|
simulate_table_size_change):
|
||||||
res = {
|
res = {
|
||||||
'draft':8,
|
'draft':9,
|
||||||
'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