From 8167968efb6c046e51dd5fbb5bac566291f0fdb6 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 28 Jun 2014 16:12:46 +0900 Subject: [PATCH] Update README.rst --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 65594a30..c4dbd1f3 100644 --- a/README.rst +++ b/README.rst @@ -29,13 +29,14 @@ HTTP/2 Features Support Core frames handling Yes Dependency Tree Yes Large header (CONTINUATION) Yes -BLOCKED extension Yes \*1 -ALTSVC extension Yes \*2 +ALTSVC extension Yes \*1 =========================== ======= -* \*1 As described in draft-12. -* \*2 As described in draft-12, but reserved byte was removed. +* \*1 As described in draft-12, but reserved byte was removed. ALTSVC + may be removed from nghttp2 public API since it is not stabilized + yet. +BLOCKED frame, which once existed in h2-12, was removed in h2-13. Public Test Server ------------------