diff --git a/README.rst b/README.rst index be1c2036..713aa74f 100644 --- a/README.rst +++ b/README.rst @@ -103,9 +103,8 @@ The src directory contains HTTP/2.0 client, server and proxy programs. nghttp - client +++++++++++++++ -``nghttp`` is HTTP-default04/2.0 client. It can connect to the -HTTP/2.0 server with prior knowledge, HTTP Upgrade and NPN TLS -extension. +``nghttp`` is a HTTP/2.0 client. It can connect to the HTTP/2.0 server +with prior knowledge, HTTP Upgrade and NPN TLS extension. By default, it uses SSL/TLS connection. Use ``--no-tls`` option to disable it. diff --git a/doc/index.rst b/doc/index.rst index c29c6607..6d99c4c5 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -21,3 +21,4 @@ Resources --------- * http://tools.ietf.org/html/draft-ietf-httpbis-http2-04 +* http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-01