Update README.rst

This commit is contained in:
Tatsuhiro Tsujikawa 2014-04-25 01:37:00 +09:00
parent d49733a5c9
commit a5f715963e
1 changed files with 9 additions and 9 deletions

View File

@ -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 <length=10, flags=0x00, stream_id=0>
(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