lua-nginx-module icon indicating copy to clipboard operation
lua-nginx-module copied to clipboard

duplicate response header when use proxy_pass

Open yakural opened this issue 1 year ago • 1 comments

I found that if i set a http header in access phase(use ngx.header api),and the content generated by proxy_pass has the same http header,then finally we'll get a response has repeat http headers. is this correct?

yakural avatar Jan 13 '25 09:01 yakural

can you provide a minimal test case to reproduce this issue

lynch1981 avatar Jan 14 '25 17:01 lynch1981