From 79e3dd8f4be48b66dc5dde6b16bfc8b19c425073 Mon Sep 17 00:00:00 2001 From: Jun Ouyang Date: Mon, 1 Jul 2024 13:58:14 +0800 Subject: [PATCH] fix: fix code --- .../kong/fix-filter-finalize-in-send-header-clear-context.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/unreleased/kong/fix-filter-finalize-in-send-header-clear-context.yml b/changelog/unreleased/kong/fix-filter-finalize-in-send-header-clear-context.yml index 7ad888849258..4578ddef4627 100644 --- a/changelog/unreleased/kong/fix-filter-finalize-in-send-header-clear-context.yml +++ b/changelog/unreleased/kong/fix-filter-finalize-in-send-header-clear-context.yml @@ -1,3 +1,3 @@ -message: fix an issues where lua-nginx-module context was cleared when ngx.send_header() trigger filter_finalize case [openresty/lua-nginx-module#2323](https://github.com/openresty/lua-nginx-module/pull/2323) +message: fix an issue where lua-nginx-module context was cleared when ngx.send_header() trigger filter_finalize case [openresty/lua-nginx-module#2323](https://github.com/openresty/lua-nginx-module/pull/2323) type: bugfix scope: Core \ No newline at end of file