diff options
Diffstat (limited to 'src/daemon/daemontest_post.c')
-rw-r--r-- | src/daemon/daemontest_post.c | 7 |
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 @@ /** * @file daemontest_post.c - * @brief Testcase for libmicrohttpd POST operations - * TODO: use curl_formadd to produce POST data and - * add that to the CURL operation; then check - * on the server side if the headers arrive - * nicely (need to implement parsing POST data - * first!) + * @brief Testcase for libmicrohttpd POST operations using URL-encoding * @author Christian Grothoff */ |