lua-nginx-module
lua-nginx-module copied to clipboard
duplicate response header when use proxy_pass
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?
can you provide a minimal test case to reproduce this issue