We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc52f20 commit cf9f7aaCopy full SHA for cf9f7aa
1 file changed
src/ngx_http_lua_headers_out.c
@@ -80,7 +80,7 @@ static ngx_http_lua_set_header_t ngx_http_lua_set_handlers[] = {
80
81
{ ngx_string("WWW-Authenticate"),
82
offsetof(ngx_http_headers_out_t, www_authenticate),
83
- ngx_http_set_builtin_header },
+ ngx_http_set_builtin_multi_header },
84
85
{ ngx_string("Expires"),
86
offsetof(ngx_http_headers_out_t, expires),
0 commit comments