diff options
-rw-r--r-- | src/c/urweb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c/urweb.c b/src/c/urweb.c index 79207abc..fccb1756 100644 --- a/src/c/urweb.c +++ b/src/c/urweb.c @@ -553,6 +553,7 @@ void uw_reset_keep_error_message(uw_context ctx) { ctx->client = NULL; ctx->cur_container = NULL; ctx->used_transactionals = 0; + ctx->script_header = ""; } void uw_reset_keep_request(uw_context ctx) { |