From bfba6764e07f0b172e7df381a3984f9c8fa635dd Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 2 Oct 2022 12:18:41 +0900 Subject: [PATCH] Update README to mention new HTTP/2 RFC --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 22d54810..53c0ce4a 100644 --- a/README.rst +++ b/README.rst @@ -14,9 +14,11 @@ An HPACK encoder and decoder are available as a public API. Development Status ------------------ -We have implemented `RFC 7540 `_ -HTTP/2 and `RFC 7541 `_ HPACK - -Header Compression for HTTP/2 +nghttp2 was originally developed based on `RFC 7540 +`_ HTTP/2 and `RFC 7541 +`_ HPACK - Header Compression for +HTTP/2. Now we are updating our code to implement `RFC 9113 +`_. The nghttp2 code base was forked from the spdylay (https://github.com/tatsuhiro-t/spdylay) project.