diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -5,11 +5,6 @@ things need to be implemented (in list of importance) | |||
5 | before certain features can be used at all: | 5 | before certain features can be used at all: |
6 | 6 | ||
7 | 7 | ||
8 | For ANYTHING: | ||
9 | ============= | ||
10 | session.c: | ||
11 | - MHD_session_get_fdset (essentially not implemented) | ||
12 | |||
13 | For GET args: | 8 | For GET args: |
14 | ============= | 9 | ============= |
15 | session.c: | 10 | session.c: |
@@ -26,6 +21,13 @@ For COOKIES: | |||
26 | session.c: | 21 | session.c: |
27 | - MHD_parse_session_headers: take cookie header apart | 22 | - MHD_parse_session_headers: take cookie header apart |
28 | 23 | ||
24 | For http-compliance: | ||
25 | ==================== | ||
26 | session.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 | |||
29 | For IPv6: | 31 | For IPv6: |
30 | ========= | 32 | ========= |
31 | daemon.c: | 33 | daemon.c: |