commit 7ed9ae873192ee6e95ac61ed84a35d12a89a1b7a
parent 569c6a983c07feec406c81c0c414e7b97e368918
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 4 May 2025 19:29:24 +0200
clear suspended flag on resume
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/challenger/challenger-httpd_challenge.c b/src/challenger/challenger-httpd_challenge.c
@@ -300,6 +300,7 @@ child_done_cb (void *cls,
bc->cwh = NULL;
bc->pst = type;
bc->exit_code = exit_code;
+ bc->suspended = GNUNET_NO;
MHD_resume_connection (bc->hc->connection);
GNUNET_CONTAINER_DLL_remove (bc_head,
bc_tail,