Skip to content

Commit

Permalink
python: Remove draft from hpack checker
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Jul 30, 2015
1 parent 8c701bb commit 96a6dcb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions python/hpackcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,4 @@ def testsuite(testdata):

testdata = json.loads(input)

if 'draft' not in testdata or testdata['draft'] != 9:
sys.stderr.write('Not supported\n')
continue

testsuite(json.loads(input))
1 change: 0 additions & 1 deletion python/hpackmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
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 \
Expand Down

0 comments on commit 96a6dcb

Please sign in to comment.