Skip to content

Commit cf9f7aa

Browse files
authored
change: allow table for multiple values in ngx.header['WWW-Authenticate'].
1 parent cc52f20 commit cf9f7aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ngx_http_lua_headers_out.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ static ngx_http_lua_set_header_t ngx_http_lua_set_handlers[] = {
8080

8181
{ ngx_string("WWW-Authenticate"),
8282
offsetof(ngx_http_headers_out_t, www_authenticate),
83-
ngx_http_set_builtin_header },
83+
ngx_http_set_builtin_multi_header },
8484

8585
{ ngx_string("Expires"),
8686
offsetof(ngx_http_headers_out_t, expires),

0 commit comments

Comments
 (0)