From 5240f8ad7e379d3f76455395ddb462532ba530ec Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 20 Apr 2014 23:02:56 +0900 Subject: [PATCH] python: Update to draft version to 7 in hpackmake.py --- python/hpackmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/hpackmake.py b/python/hpackmake.py index bf1f62c8..c990e4bf 100755 --- a/python/hpackmake.py +++ b/python/hpackmake.py @@ -15,7 +15,7 @@ import nghttp2 def testsuite(testdata, filename, outdir, table_size, deflate_table_size): res = { - 'draft':6, + 'draft':7, 'description': '''\ Encoded by nghttp2. The basic encoding strategy is described in \ http://lists.w3.org/Archives/Public/ietf-http-wg/2013JulSep/1135.html \