From 660d368a39109e3e111f41b4597cc998faf9bdba Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Mon, 22 Jul 2024 21:50:19 +0200 Subject: [PATCH] Stream close: clear the flag --- src/mhd2/stream_funcs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mhd2/stream_funcs.c b/src/mhd2/stream_funcs.c index 3abb71f3..cbd83ea3 100644 --- a/src/mhd2/stream_funcs.c +++ b/src/mhd2/stream_funcs.c @@ -811,6 +811,7 @@ mhd_conn_pre_close (struct MHD_Connection *restrict c, #else (void) term_code; #endif + c->rq.app_aware = false; if (! mhd_D_HAS_THR_PER_CONN (c->daemon)) {