aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist_server.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist_server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist_server.c b/src/hostlist/gnunet-daemon-hostlist_server.c
index b6c0495c0..fb80f6331 100644
--- a/src/hostlist/gnunet-daemon-hostlist_server.c
+++ b/src/hostlist/gnunet-daemon-hostlist_server.c
@@ -320,7 +320,7 @@ accept_policy_callback (void *cls,
320 * @param url the requested url 320 * @param url the requested url
321 * @param method the HTTP method used (#MHD_HTTP_METHOD_GET, 321 * @param method the HTTP method used (#MHD_HTTP_METHOD_GET,
322 * #MHD_HTTP_METHOD_PUT, etc.) 322 * #MHD_HTTP_METHOD_PUT, etc.)
323 * @param version the HTTP version string (i.e. 323 * @param version the HTTP version string (e.g.
324 * #MHD_HTTP_VERSION_1_1) 324 * #MHD_HTTP_VERSION_1_1)
325 * @param upload_data the data being uploaded (excluding HEADERS, 325 * @param upload_data the data being uploaded (excluding HEADERS,
326 * for a POST that fits into memory and that is encoded 326 * for a POST that fits into memory and that is encoded
@@ -335,7 +335,7 @@ accept_policy_callback (void *cls,
335 * @param con_cls pointer that the callback can set to some 335 * @param con_cls pointer that the callback can set to some
336 * address and that will be preserved by MHD for future 336 * address and that will be preserved by MHD for future
337 * calls for this request; since the access handler may 337 * calls for this request; since the access handler may
338 * be called many times (i.e., for a PUT/POST operation 338 * be called many times (e.g. for a PUT/POST operation
339 * with plenty of upload data) this allows the application 339 * with plenty of upload data) this allows the application
340 * to easily associate some request-specific state. 340 * to easily associate some request-specific state.
341 * If necessary, this state can be cleaned up in the 341 * If necessary, this state can be cleaned up in the