aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 1 insertions, 3 deletions
diff --git a/README b/README
index 628c75d1..2d80f840 100644
--- a/README
+++ b/README
@@ -14,9 +14,7 @@ feature.
14For http/1.1-compliance: 14For http/1.1-compliance:
15======================== 15========================
16connection.c: 16connection.c:
17- send proper error code back if headers are too long 17- support chunked requests from clients (#1260, ARCH, TEST)
18 (currently, we just close the connection) (#1222, ARCH, TEST)
19- support chunked requests from clients (#1260, TEST, TEST)
20- send proper error code back if client forgot the "Host" header (#1264, TRIV) 18- send proper error code back if client forgot the "Host" header (#1264, TRIV)
21- automatically add MHD_HTTP_HEADER_DATE if client "forgot" to add one (#1261, TRIV) 19- automatically add MHD_HTTP_HEADER_DATE if client "forgot" to add one (#1261, TRIV)
22- automatically drop body from responses to "HEAD" requests (#1262, TRIV) 20- automatically drop body from responses to "HEAD" requests (#1262, TRIV)