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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rest/gnunet-rest-server.c b/src/rest/gnunet-rest-server.c
index f9e954912..3cbb750ba 100644
--- a/src/rest/gnunet-rest-server.c
+++ b/src/rest/gnunet-rest-server.c
@@ -416,11 +416,11 @@ create_response (void *cls,
416 con_handle->data_handle = rest_conndata_handle; 416 con_handle->data_handle = rest_conndata_handle;
417 MHD_get_connection_values (con, 417 MHD_get_connection_values (con,
418 MHD_GET_ARGUMENT_KIND, 418 MHD_GET_ARGUMENT_KIND,
419 &url_iterator, 419 (MHD_KeyValueIterator) &url_iterator,
420 rest_conndata_handle); 420 rest_conndata_handle);
421 MHD_get_connection_values (con, 421 MHD_get_connection_values (con,
422 MHD_HEADER_KIND, 422 MHD_HEADER_KIND,
423 &header_iterator, 423 (MHD_KeyValueIterator) &header_iterator,
424 rest_conndata_handle); 424 rest_conndata_handle);
425 con_handle->pp = MHD_create_post_processor(con, 425 con_handle->pp = MHD_create_post_processor(con,
426 65536, 426 65536,