aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemontest_post.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-09-09 19:13:57 +0000
committerChristian Grothoff <christian@grothoff.org>2007-09-09 19:13:57 +0000
commit83dc2332c8e98a499a07c2c40d04b78c06acc813 (patch)
tree82ca008f65673f3c5db5ebb921e3281a8e34a9fa /src/daemon/daemontest_post.c
parent06d8c25d5f795e6e1744eea1085e7b30656b65be (diff)
downloadlibmicrohttpd-83dc2332c8e98a499a07c2c40d04b78c06acc813.tar.gz
libmicrohttpd-83dc2332c8e98a499a07c2c40d04b78c06acc813.zip
fix
Diffstat (limited to 'src/daemon/daemontest_post.c')
-rw-r--r--src/daemon/daemontest_post.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/daemon/daemontest_post.c b/src/daemon/daemontest_post.c
index 86fd67f9..e7ac257a 100644
--- a/src/daemon/daemontest_post.c
+++ b/src/daemon/daemontest_post.c
@@ -20,12 +20,7 @@
20 20
21/** 21/**
22 * @file daemontest_post.c 22 * @file daemontest_post.c
23 * @brief Testcase for libmicrohttpd POST operations 23 * @brief Testcase for libmicrohttpd POST operations using URL-encoding
24 * TODO: use curl_formadd to produce POST data and
25 * add that to the CURL operation; then check
26 * on the server side if the headers arrive
27 * nicely (need to implement parsing POST data
28 * first!)
29 * @author Christian Grothoff 24 * @author Christian Grothoff
30 */ 25 */
31 26