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: 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