commit 5d5e9e5d3ebfd2f86359c063b6331f0b8c3e45d5 parent 6d61fa3461d8a3a8406cce2d66149cf0b60dc50c Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 26 Apr 2010 15:24:15 +0000 fix comment Diffstat:
| M | src/include/microhttpd.h | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -41,10 +41,10 @@ * continue" are understood and handled automatically).<p> * * MHD understands POST data and is able to decode certain formats - * (at the moment only "application/x-www-form-urlencoded") if the - * entire data fits into the allowed amount of memory for the - * connection. Unsupported encodings and large POST submissions are - * provided as a stream to the main application (and thus can be + * (at the moment only "application/x-www-form-urlencoded" and + * "mulitpart/formdata"). Unsupported encodings and large POST + * submissions may require the application to manually process + * the stream, which is provided to the main application (and thus can be * processed, just not conveniently by MHD).<p> * * The header file defines various constants used by the HTTP protocol.