From 2d18a0736460b5d429df1fc944f7d34b8f764890 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 18 Jun 2014 12:20:36 +0900 Subject: [PATCH] python: Bump up HPACK draft version to 8 --- python/hpackmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/hpackmake.py b/python/hpackmake.py index e53aa664..4be2d012 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':7, + 'draft':8, 'description': '''\ Encoded by nghttp2. The basic encoding strategy is described in \ http://lists.w3.org/Archives/Public/ietf-http-wg/2013JulSep/1135.html \