Commit c85220e6 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update README.rst

parent 68afda92
...@@ -13,16 +13,15 @@ spdylay code base. ...@@ -13,16 +13,15 @@ spdylay code base.
The following features are not implemented: The following features are not implemented:
* Header compression: currently, the library still uses SPDY/2 style * Header continuation
header compression. * PRIORITY frame handling
* Header continuation: the library does not handle header continuation * PUSH_PROMISE and server-push in general
and END_HEADERS flag has no meaning.
* Client connection header: spdycat and spdyd do not send/handle * Client connection header: spdycat and spdyd do not send/handle
client connection header. client connection header.
* ALPN: spdycat and spdyd use openssl without ALPN support and still * ALPN: spdycat and spdyd use openssl without ALPN support and still
uses NPN to negotiate HTTP-draft-04/2.0. uses NPN to negotiate HTTP-draft-04/2.0.
With those missing parts, the library is still not inter-operable With those missing parts, the library is not still inter-operable
right now. right now.
The spdycat and spdyd are (the names are now odd for HTTP/2.0) working The spdycat and spdyd are (the names are now odd for HTTP/2.0) working
......
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