aboutsummaryrefslogtreecommitdiff
path: root/src/rest/gnunet-rest-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rest/gnunet-rest-server.c')
-rw-r--r--src/rest/gnunet-rest-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rest/gnunet-rest-server.c b/src/rest/gnunet-rest-server.c
index ecb3e2ae5..63847587b 100644
--- a/src/rest/gnunet-rest-server.c
+++ b/src/rest/gnunet-rest-server.c
@@ -436,7 +436,7 @@ post_data_iter (void *cls,
436 * @param con MHD connection handle 436 * @param con MHD connection handle
437 * @param url the url in the request 437 * @param url the url in the request
438 * @param meth the HTTP method used ("GET", "PUT", etc.) 438 * @param meth the HTTP method used ("GET", "PUT", etc.)
439 * @param ver the HTTP version string (i.e. "HTTP/1.1") 439 * @param ver the HTTP version string ("HTTP/1.1" for version 1.1, etc.)
440 * @param upload_data the data being uploaded (excluding HEADERS, 440 * @param upload_data the data being uploaded (excluding HEADERS,
441 * for a POST that fits into memory and that is encoded 441 * for a POST that fits into memory and that is encoded
442 * with a supported encoding, the POST data will NOT be 442 * with a supported encoding, the POST data will NOT be