aboutsummaryrefslogtreecommitdiff
path: root/src/rest
diff options
context:
space:
mode:
authorPhil <phil.buschmann@tum.de>2018-01-22 17:42:12 +0100
committerPhil <phil.buschmann@tum.de>2018-01-22 17:42:12 +0100
commit1b7c41ecbb80f669974e1b0592cb6e93439f410f (patch)
treec49fa232050c8123492f80836583e96cc4dda1aa /src/rest
parent8c785ca6cea5c84d84fb900a8f519a4d87a3fe8c (diff)
downloadgnunet-1b7c41ecbb80f669974e1b0592cb6e93439f410f.tar.gz
gnunet-1b7c41ecbb80f669974e1b0592cb6e93439f410f.zip
-fix unsafed file
Diffstat (limited to 'src/rest')
-rw-r--r--src/rest/gnunet-rest-server.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rest/gnunet-rest-server.c b/src/rest/gnunet-rest-server.c
index a67b3203a..ea8108f3a 100644
--- a/src/rest/gnunet-rest-server.c
+++ b/src/rest/gnunet-rest-server.c
@@ -398,12 +398,10 @@ create_response (void *cls,
398 MHD_GET_ARGUMENT_KIND, 398 MHD_GET_ARGUMENT_KIND,
399 &url_iterator, 399 &url_iterator,
400 rest_conndata_handle); 400 rest_conndata_handle);
401<<<<<<< HEAD
402 MHD_get_connection_values (con, 401 MHD_get_connection_values (con,
403 MHD_HEADER_KIND, 402 MHD_HEADER_KIND,
404 &header_iterator, 403 &header_iterator,
405 rest_conndata_handle); 404 rest_conndata_handle);
406=======
407 con_handle->pp = MHD_create_post_processor(con, 405 con_handle->pp = MHD_create_post_processor(con,
408 4000, 406 4000,
409 post_data_iter, 407 post_data_iter,
@@ -416,7 +414,6 @@ create_response (void *cls,
416 { 414 {
417 MHD_destroy_post_processor(con_handle->pp); 415 MHD_destroy_post_processor(con_handle->pp);
418 } 416 }
419>>>>>>> master
420 con_handle->state = GN_REST_STATE_PROCESSING; 417 con_handle->state = GN_REST_STATE_PROCESSING;
421 con_handle->plugin->process_request (rest_conndata_handle, 418 con_handle->plugin->process_request (rest_conndata_handle,
422 &plugin_callback, 419 &plugin_callback,