From 96a6dcb1526ac299698ea5c3166da9ff4bd80976 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 30 Jul 2015 22:12:08 +0900 Subject: [PATCH] python: Remove draft from hpack checker --- python/hpackcheck.py | 4 ---- python/hpackmake.py | 1 - 2 files changed, 5 deletions(-) diff --git a/python/hpackcheck.py b/python/hpackcheck.py index 88cb350e..64d2851d 100755 --- a/python/hpackcheck.py +++ b/python/hpackcheck.py @@ -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)) diff --git a/python/hpackmake.py b/python/hpackmake.py index 4ceea5ce..208c0e1d 100755 --- a/python/hpackmake.py +++ b/python/hpackmake.py @@ -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 \