aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-07-09 03:37:43 +0000
committerChristian Grothoff <christian@grothoff.org>2007-07-09 03:37:43 +0000
commit3fdf17ec8975c506f6a1d0d91d771f50c1784f9b (patch)
treea3fe5b68beafbc0ad93f41e9ea4be7a955d24ddc /README
parent73f261c56f22f06705cbbeff5871ac4ce07afb57 (diff)
downloadlibmicrohttpd-3fdf17ec8975c506f6a1d0d91d771f50c1784f9b.tar.gz
libmicrohttpd-3fdf17ec8975c506f6a1d0d91d771f50c1784f9b.zip
cleanup
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 4 insertions, 5 deletions
diff --git a/README b/README
index bbab2805..01f52ea5 100644
--- a/README
+++ b/README
@@ -30,17 +30,16 @@ daemon.c:
30For SSL: 30For SSL:
31======== 31========
32microhttpd.h: 32microhttpd.h:
33- define appropriate APIs 33- define appropriate MHD_OPTIONs
34- everything else 34- actual implementation
35 35
36 36
37Other: 37Other:
38====== 38======
39- allow client to determine http 1.0 vs. 1.1
40 (API extension)
41- allow client to control size of input/output 39- allow client to control size of input/output
42 buffers 40 buffers (add MHD_OPTION)
43- allow client to limit total number of connections 41- allow client to limit total number of connections
42 (add MHD_OPTION)
44 43
45 44
46 45