aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 01f52ea5b8277778471337abfc10e27a3377ee63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Run "autoreconf -f -i" to create configure.

This is still pre-alpha software.  The following
things need to be implemented (in list of importance)
before certain features can be used at all:


For POST:
=========
- Decoding of POST data, testing thereof

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?) 
  ALSO: should this limit be per-line or for the
  entire header? (currently,  we enforce per-line,
  but the entire header might make more sense!)
- http 1.0 compatibility (if 1.0, force connection
  close at the end!)

For IPv6:
=========
daemon.c:
- fix start daemon and accept handlers


For SSL:
========
microhttpd.h:
- define appropriate MHD_OPTIONs
- actual implementation


Other:
======
- allow client to control size of input/output
  buffers (add MHD_OPTION)
- allow client to limit total number of connections
  (add MHD_OPTION)