aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist_server.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-04-25 16:02:08 +0200
committert3sserakt <t3ss@posteo.de>2021-04-25 16:02:52 +0200
commitcef6317f17a706647c0a5d5f7e52548a7130b713 (patch)
treecc29c4d4c2ae83115a313b32653757e370b88c6c /src/hostlist/gnunet-daemon-hostlist_server.c
parent9ffa19269054bf1e569fe584c0c51a00205a735d (diff)
parentb996ba4156678b6a0a551b9a932867b2ade42344 (diff)
downloadgnunet-cef6317f17a706647c0a5d5f7e52548a7130b713.tar.gz
gnunet-cef6317f17a706647c0a5d5f7e52548a7130b713.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
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