diff options
Diffstat (limited to 'README')
-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 |