aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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: