aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrey Uzunov <andrey.uzunov@gmail.com>2013-06-15 14:01:04 +0000
committerAndrey Uzunov <andrey.uzunov@gmail.com>2013-06-15 14:01:04 +0000
commit1d77d46b6a1b01ba3a9e413537ca00db3e477754 (patch)
treee6c5f8514cf6383672cc8412f712f84728da483b /README
parent03aeb64ae2e2b67936dab9170e5b0da56f319988 (diff)
downloadlibmicrohttpd-1d77d46b6a1b01ba3a9e413537ca00db3e477754.tar.gz
libmicrohttpd-1d77d46b6a1b01ba3a9e413537ca00db3e477754.zip
README change for microspdy
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 5beded78..54457e7f 100644
--- a/README
+++ b/README
@@ -99,6 +99,9 @@ In particular, the following functions are not covered by 'make check':
99This is an early alpha release for libmicrospdy. The following things 99This is an early alpha release for libmicrospdy. The following things
100should be implemented (in order of importance) before we can claim to 100should be implemented (in order of importance) before we can claim to
101be reasonably complete: 101be reasonably complete:
102- 8 different output queues (one for each priority) have to be implemented
103together with a suitable algorithm for utilizing them. Otherwise, downloading
104a file will block all responses with same or smaller priority
102- Change session timeout to use not seconds but something more precise 105- Change session timeout to use not seconds but something more precise
103- SPDY RST_STREAM sending on each possible error (DONE?) 106- SPDY RST_STREAM sending on each possible error (DONE?)
104- SPDY_close_session 107- SPDY_close_session