aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrey Uzunov <andrey.uzunov@gmail.com>2013-07-05 17:16:11 +0000
committerAndrey Uzunov <andrey.uzunov@gmail.com>2013-07-05 17:16:11 +0000
commit9f6372506d35dc824693c2136116383b90d3959e (patch)
tree4e7d356d514007973feae858685cba10ba7c41c0 /README
parentfc73de2bc9583ba2d30691d62b60ee87fe8fb26a (diff)
downloadlibmicrohttpd-9f6372506d35dc824693c2136116383b90d3959e.tar.gz
libmicrohttpd-9f6372506d35dc824693c2136116383b90d3959e.zip
spdy: max num frames added as an option for the daemon
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 0 insertions, 3 deletions
diff --git a/README b/README
index 23a9f71b..18a6b591 100644
--- a/README
+++ b/README
@@ -120,9 +120,6 @@ a file will block all responses with same or smaller priority
120Additional ideas for features include: 120Additional ideas for features include:
121- Individual callbacks for each session 121- Individual callbacks for each session
122- Individual timeout for each session 122- Individual timeout for each session
123- Setting number of frames that can be written to the output at once.
124 A big number means faster sending of a big resource, but the other
125 sessions will wait longer.
126 123
127Unimplemented API functions of libmicrospdy: 124Unimplemented API functions of libmicrospdy:
128- SPDY_settings_create (); 125- SPDY_settings_create ();