aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrey Uzunov <andrey.uzunov@gmail.com>2013-07-17 14:46:49 +0000
committerAndrey Uzunov <andrey.uzunov@gmail.com>2013-07-17 14:46:49 +0000
commitb43954303929b9e3980805d51322db9f9046e7c4 (patch)
tree8e3c7ed8ff9b0f50afaf02bd5e566e6c1e50b739 /README
parent4231889ce35dd86cbd6a3872b3fcba053f1fd65c (diff)
downloadlibmicrohttpd-b43954303929b9e3980805d51322db9f9046e7c4.tar.gz
libmicrohttpd-b43954303929b9e3980805d51322db9f9046e7c4.zip
spdy: change SPDY_get_timeout to give not seconds but milliseconds as it used to be
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 0 insertions, 1 deletions
diff --git a/README b/README
index 18a6b591..749acc3b 100644
--- a/README
+++ b/README
@@ -103,7 +103,6 @@ be reasonably complete:
103- 8 different output queues (one for each priority) have to be implemented 103- 8 different output queues (one for each priority) have to be implemented
104together with a suitable algorithm for utilizing them. Otherwise, downloading 104together with a suitable algorithm for utilizing them. Otherwise, downloading
105a file will block all responses with same or smaller priority 105a file will block all responses with same or smaller priority
106- Change session timeout to use not seconds but something more precise
107- SPDY RST_STREAM sending on each possible error (DONE?) 106- SPDY RST_STREAM sending on each possible error (DONE?)
108- SPDY_close_session 107- SPDY_close_session
109- Find the best way for closing still opened stream (new call or existing) 108- Find the best way for closing still opened stream (new call or existing)