You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ngx_http_proxy_create_request doesn't handle header.hash == 0 case which is often used in removal of response headers. This causes rewrite handlers need more work to remove request headers. We can enhance it by modifying two lines of code.
The text was updated successfully, but these errors were encountered:
Currently ngx_http_proxy_create_request doesn't handle header.hash == 0 case which is often used in removal of response headers. This causes rewrite handlers need more work to remove request headers. We can enhance it by modifying two lines of code.
The text was updated successfully, but these errors were encountered: