aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-06-13 21:57:36 +0000
committerChristian Grothoff <christian@grothoff.org>2007-06-13 21:57:36 +0000
commit817a963a53ce67d3efbcf223df0bbe35299dc38e (patch)
treee2d4dd680d13980efde175b50c81c354dfaf2c87 /README
parentb0912d1929accce21b75c97ab69c4c499ca9e921 (diff)
downloadlibmicrohttpd-817a963a53ce67d3efbcf223df0bbe35299dc38e.tar.gz
libmicrohttpd-817a963a53ce67d3efbcf223df0bbe35299dc38e.zip
essentials implemented
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 7 insertions, 5 deletions
diff --git a/README b/README
index 70219998..ab45ad10 100644
--- a/README
+++ b/README
@@ -5,11 +5,6 @@ things need to be implemented (in list of importance)
5before certain features can be used at all: 5before certain features can be used at all:
6 6
7 7
8For ANYTHING:
9=============
10session.c:
11- MHD_session_get_fdset (essentially not implemented)
12
13For GET args: 8For GET args:
14============= 9=============
15session.c: 10session.c:
@@ -26,6 +21,13 @@ For COOKIES:
26session.c: 21session.c:
27- MHD_parse_session_headers: take cookie header apart 22- MHD_parse_session_headers: take cookie header apart
28 23
24For http-compliance:
25====================
26session.c:
27- send proper error code back if headers are too long
28 (investigate what we should do with those headers,
29 read? give user control?)
30
29For IPv6: 31For IPv6:
30========= 32=========
31daemon.c: 33daemon.c: