summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index ab45ad10..afcd9a53 100644
--- a/README
+++ b/README
@@ -27,6 +27,11 @@ session.c:
- send proper error code back if headers are too long
(investigate what we should do with those headers,
read? give user control?)
+- http 1.0 compatibility (if 1.0, force connection
+ close at the end!)
+
+
+
For IPv6:
=========
@@ -41,3 +46,13 @@ microhttpd.h:
- define appropriate APIs
- everything else
+
+Other:
+======
+- allow client to determine http 1.0 vs. 1.1
+ (API extension)
+- allow client to control size of input/output
+ buffers
+
+
+