diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -50,14 +50,6 @@ indicates that a testcase should be written before implementing the | |||
50 | feature. | 50 | feature. |
51 | 51 | ||
52 | 52 | ||
53 | For POST: | ||
54 | ========= | ||
55 | - add support to decode multipart/form-data with | ||
56 | nesting (used for files) -- #1221, TEST | ||
57 | - http://en.wikipedia.org/wiki/HTTP_pipelining: | ||
58 | "Only idempotent requests should be pipelined, such as GET and HEAD requests." | ||
59 | We should make sure that we force a close after POSTs, PUTs and DELETEs. | ||
60 | |||
61 | For SSL: | 53 | For SSL: |
62 | ======== | 54 | ======== |
63 | microhttpd.h: | 55 | microhttpd.h: |