From 83f35ede00415afdfee106b226e4792e48858917 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 27 Oct 2013 01:07:34 +0900 Subject: [PATCH] Update README.rst --- README.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 07db75fe..b7c86745 100644 --- a/README.rst +++ b/README.rst @@ -4,12 +4,11 @@ nghttp2 - HTTP/2.0 C Library This is an experimental implementation of Hypertext Transfer Protocol version 2.0. -This branch explores upcoming HPACK changes: +This branch implements HPACK-draft-04 +(http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-04). -* Unified request/response static header table -* Insert index 0 and remove the last one -* Drop substitution -* Huffman encoding +There are command-line header compression test tools in hdtest +directory. Check out deflatehd and inflatehd commands. With these changes, the implemented protocol is not compatible with HTTP-draft-06/2.0. Therefore, this branch uses