summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-12 10:22:12 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-12 10:22:12 +0200
commit175162ba4469d7a6bbee7dd9d5dcd2e2d9195e01 (patch)
treec0da50a9db916aeb3881f50b1ab218e5d6c76e62 /src/backend/taler-merchant-httpd.c
parent3fd4ebf798ac13eea1b7c78d90d6c180afff298b (diff)
downloadmerchant-175162ba4469d7a6bbee7dd9d5dcd2e2d9195e01.tar.gz
merchant-175162ba4469d7a6bbee7dd9d5dcd2e2d9195e01.tar.bz2
merchant-175162ba4469d7a6bbee7dd9d5dcd2e2d9195e01.zip
do not forget to kick MHD
Diffstat (limited to 'src/backend/taler-merchant-httpd.c')
-rw-r--r--src/backend/taler-merchant-httpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
index a73feabc..1aad33fd 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -291,6 +291,7 @@ do_resume (void *cls)
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Resuming long polled job due to timeout\n");
MHD_resume_connection (sc->con);
+ TMH_trigger_daemon (); /* we resumed, kick MHD */
}
resume_timeout_task = GNUNET_SCHEDULER_add_at (sc->long_poll_timeout,
&do_resume,