From a5f715963e0f777efa5357c7b06e7bb685078e90 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 25 Apr 2014 01:37:00 +0900 Subject: [PATCH] Update README.rst --- README.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index eddbffdf..4d498f89 100644 --- a/README.rst +++ b/README.rst @@ -7,19 +7,19 @@ version 2. Development Status ------------------ -We started to implement h2-11 -(http://tools.ietf.org/html/draft-ietf-httpbis-http2-11) and the +We started to implement h2-12 +(http://tools.ietf.org/html/draft-ietf-httpbis-http2-12) and the header compression (http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-07). The nghttp2 code base was forked from spdylay project. ========================== ===== -Features h2-11 +Features h2-12 ========================== ===== -HPACK-draft-07 Done Dependency based priority Done -ALTSVC frame Done +BLOCKED frame Done +COMPRESSED DATA Done ========================== ===== Public Test Server @@ -154,12 +154,12 @@ output from ``nghttp`` client:: $ src/nghttp -nv https://localhost:8443 [ 0.004][NPN] server offers: - * h2-11 + * h2-12 * spdy/3.1 * spdy/3 * spdy/2 * http/1.1 - The negotiated protocol: h2-11 + The negotiated protocol: h2-12 [ 0.006] send SETTINGS frame (niv=2) [SETTINGS_MAX_CONCURRENT_STREAMS(3):100] @@ -327,7 +327,7 @@ nghttpx - proxy +++++++++++++++ ``nghttpx`` is a multi-threaded reverse proxy for -``h2-11``, SPDY and HTTP/1.1. It has several operation modes: +``h2-12``, SPDY and HTTP/1.1. It has several operation modes: ================== ============================ ============== ============= Mode option Frontend Backend Note @@ -340,7 +340,7 @@ default mode HTTP/2, SPDY, HTTP/1.1 (TLS) HTTP/1.1 Reverse proxy ================== ============================ ============== ============= The interesting mode at the moment is the default mode. It works like -a reverse proxy and listens for ``h2-11``, SPDY and HTTP/1.1 and can +a reverse proxy and listens for ``h2-12``, SPDY and HTTP/1.1 and can be deployed SSL/TLS terminator for existing web server. The default mode, ``--http2-proxy`` and ``--http2-bridge`` modes use