Commit 96a6dcb1 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

python: Remove draft from hpack checker

parent 8c701bb1
......@@ -51,8 +51,4 @@ if __name__ == '__main__':
testdata = json.loads(input)
if 'draft' not in testdata or testdata['draft'] != 9:
sys.stderr.write('Not supported\n')
continue
testsuite(json.loads(input))
......@@ -16,7 +16,6 @@ import nghttp2
def testsuite(testdata, filename, outdir, table_size, deflate_table_size,
simulate_table_size_change):
res = {
'draft':9,
'description': '''\
Encoded by nghttp2. The basic encoding strategy is described in \
http://lists.w3.org/Archives/Public/ietf-http-wg/2013JulSep/1135.html \
......
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