MHD_GET_ARGUMENT_KIND,
&url_iterator,
rest_conndata_handle);
++<<<<<<< HEAD
+ MHD_get_connection_values (con,
+ MHD_HEADER_KIND,
+ &header_iterator,
+ rest_conndata_handle);
++=======
+ con_handle->pp = MHD_create_post_processor(con,
+ 4000,
+ post_data_iter,
+ rest_conndata_handle);
+ if (*upload_data_size)
+ {
+ MHD_post_process(con_handle->pp, upload_data, *upload_data_size);
+ }
+ else
+ {
+ MHD_destroy_post_processor(con_handle->pp);
+ }
++>>>>>>> master
con_handle->state = GN_REST_STATE_PROCESSING;
con_handle->plugin->process_request (rest_conndata_handle,
&plugin_callback,