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.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/rest/gnunet-rest-server.c b/src/rest/gnunet-rest-server.c
index 92d478442..fa17954b4 100644
--- a/src/rest/gnunet-rest-server.c
+++ b/src/rest/gnunet-rest-server.c
@@ -410,19 +410,6 @@ kill_httpd ()
410 410
411 411
412/** 412/**
413 * Task run whenever HTTP server is idle for too long. Kill it.
414 *
415 * @param cls NULL
416 */
417static void
418kill_httpd_task (void *cls)
419{
420 httpd_task = NULL;
421 kill_httpd ();
422}
423
424
425/**
426 * Schedule MHD. This function should be called initially when an 413 * Schedule MHD. This function should be called initially when an
427 * MHD is first getting its client socket, and will then automatically 414 * MHD is first getting its client socket, and will then automatically
428 * always be called later whenever there is work to be done. 415 * always be called later whenever there is work to be done.