From 250d6ede089f232cdf4485f101a94ae52e14e839 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 28 Oct 2013 23:37:38 +0900 Subject: [PATCH] Update doc --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a16dc5f4..5caefecd 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ Development Status We started to implement HTTP-draft-07/2.0 (http://tools.ietf.org/html/draft-ietf-httpbis-http2-07) and the header compression -(http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-07). +(http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-04). The nghttp2 code base was forked from spdylay project.