aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index e549761f..bbab2805 100644
--- a/README
+++ b/README
@@ -14,7 +14,10 @@ For http-compliance:
14session.c: 14session.c:
15- send proper error code back if headers are too long 15- send proper error code back if headers are too long
16 (investigate what we should do with those headers, 16 (investigate what we should do with those headers,
17 read? give user control?) 17 read? give user control?)
18 ALSO: should this limit be per-line or for the
19 entire header? (currently, we enforce per-line,
20 but the entire header might make more sense!)
18- http 1.0 compatibility (if 1.0, force connection 21- http 1.0 compatibility (if 1.0, force connection
19 close at the end!) 22 close at the end!)
20 23
@@ -22,8 +25,7 @@ For IPv6:
22========= 25=========
23daemon.c: 26daemon.c:
24- fix start daemon and accept handlers 27- fix start daemon and accept handlers
25 (tricky bit will be supporting both on 28
26 the same socket / port!)
27 29
28For SSL: 30For SSL:
29======== 31========
@@ -38,5 +40,7 @@ Other:
38 (API extension) 40 (API extension)
39- allow client to control size of input/output 41- allow client to control size of input/output
40 buffers 42 buffers
43- allow client to limit total number of connections
44
41 45
42 46