gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r11068 - libmicrohttpd/src/include


From: gnunet
Subject: [GNUnet-SVN] r11068 - libmicrohttpd/src/include
Date: Mon, 26 Apr 2010 17:24:15 +0200

Author: grothoff
Date: 2010-04-26 17:24:15 +0200 (Mon, 26 Apr 2010)
New Revision: 11068

Modified:
   libmicrohttpd/src/include/microhttpd.h
Log:
fix comment

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2010-04-26 13:56:39 UTC (rev 
11067)
+++ libmicrohttpd/src/include/microhttpd.h      2010-04-26 15:24:15 UTC (rev 
11068)
@@ -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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]