Commit a5f71596 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update README.rst

parent d49733a5
...@@ -7,19 +7,19 @@ version 2. ...@@ -7,19 +7,19 @@ version 2.
Development Status Development Status
------------------ ------------------
We started to implement h2-11 We started to implement h2-12
(http://tools.ietf.org/html/draft-ietf-httpbis-http2-11) and the (http://tools.ietf.org/html/draft-ietf-httpbis-http2-12) and the
header compression header compression
(http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-07). (http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-07).
The nghttp2 code base was forked from spdylay project. The nghttp2 code base was forked from spdylay project.
========================== ===== ========================== =====
Features h2-11 Features h2-12
========================== ===== ========================== =====
HPACK-draft-07 Done
Dependency based priority Done Dependency based priority Done
ALTSVC frame Done BLOCKED frame Done
COMPRESSED DATA Done
========================== ===== ========================== =====
Public Test Server Public Test Server
...@@ -154,12 +154,12 @@ output from ``nghttp`` client:: ...@@ -154,12 +154,12 @@ output from ``nghttp`` client::
$ src/nghttp -nv https://localhost:8443 $ src/nghttp -nv https://localhost:8443
[ 0.004][NPN] server offers: [ 0.004][NPN] server offers:
* h2-11 * h2-12
* spdy/3.1 * spdy/3.1
* spdy/3 * spdy/3
* spdy/2 * spdy/2
* http/1.1 * http/1.1
The negotiated protocol: h2-11 The negotiated protocol: h2-12
[ 0.006] send SETTINGS frame <length=10, flags=0x00, stream_id=0> [ 0.006] send SETTINGS frame <length=10, flags=0x00, stream_id=0>
(niv=2) (niv=2)
[SETTINGS_MAX_CONCURRENT_STREAMS(3):100] [SETTINGS_MAX_CONCURRENT_STREAMS(3):100]
...@@ -327,7 +327,7 @@ nghttpx - proxy ...@@ -327,7 +327,7 @@ nghttpx - proxy
+++++++++++++++ +++++++++++++++
``nghttpx`` is a multi-threaded reverse proxy for ``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 Mode option Frontend Backend Note
...@@ -340,7 +340,7 @@ default mode HTTP/2, SPDY, HTTP/1.1 (TLS) HTTP/1.1 Reverse proxy ...@@ -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 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. be deployed SSL/TLS terminator for existing web server.
The default mode, ``--http2-proxy`` and ``--http2-bridge`` modes use The default mode, ``--http2-proxy`` and ``--http2-bridge`` modes use
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment