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) before certain features can be used at all: -For ANYTHING: -============= -session.c: -- MHD_session_get_fdset (essentially not implemented) - For GET args: ============= session.c: @@ -26,6 +21,13 @@ For COOKIES: session.c: - MHD_parse_session_headers: take cookie header apart +For http-compliance: +==================== +session.c: +- send proper error code back if headers are too long + (investigate what we should do with those headers, + read? give user control?) + For IPv6: ========= daemon.c: |