diff options
author | Andrey Uzunov <andrey.uzunov@gmail.com> | 2013-06-15 14:01:04 +0000 |
---|---|---|
committer | Andrey Uzunov <andrey.uzunov@gmail.com> | 2013-06-15 14:01:04 +0000 |
commit | 1d77d46b6a1b01ba3a9e413537ca00db3e477754 (patch) | |
tree | e6c5f8514cf6383672cc8412f712f84728da483b | |
parent | 03aeb64ae2e2b67936dab9170e5b0da56f319988 (diff) | |
download | libmicrohttpd-1d77d46b6a1b01ba3a9e413537ca00db3e477754.tar.gz libmicrohttpd-1d77d46b6a1b01ba3a9e413537ca00db3e477754.zip |
README change for microspdy
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -99,6 +99,9 @@ In particular, the following functions are not covered by 'make check': | |||
99 | This is an early alpha release for libmicrospdy. The following things | 99 | This is an early alpha release for libmicrospdy. The following things |
100 | should be implemented (in order of importance) before we can claim to | 100 | should be implemented (in order of importance) before we can claim to |
101 | be reasonably complete: | 101 | be reasonably complete: |
102 | - 8 different output queues (one for each priority) have to be implemented | ||
103 | together with a suitable algorithm for utilizing them. Otherwise, downloading | ||
104 | a 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 |