summarylogtreecommitdiffstats
path: root/cookie.patch
diff options
context:
space:
mode:
Diffstat (limited to 'cookie.patch')
-rw-r--r--cookie.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/cookie.patch b/cookie.patch
new file mode 100644
index 000000000000..1ae791bad82a
--- /dev/null
+++ b/cookie.patch
@@ -0,0 +1,11 @@
+--- a/src/ngx_http_lua_headers_in.c 2022-09-15 08:59:08.000000000 +0600
++++ b/src/ngx_http_lua_headers_in.c 2022-10-12 17:27:32.110186592 +0600
+@@ -153,7 +153,7 @@
+ #endif
+
+ { ngx_string("Cookie"),
+- offsetof(ngx_http_headers_in_t, cookies),
++ offsetof(ngx_http_headers_in_t, cookie),
+ ngx_http_set_builtin_multi_header },
+
+ { ngx_null_string, 0, ngx_http_set_header }