Update README.rst

This commit is contained in:
Tatsuhiro Tsujikawa 2013-07-20 01:34:40 +09:00
parent 68afda92ac
commit c85220e6e3
1 changed files with 4 additions and 5 deletions

View File

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