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
proxy: Fix issue handling header with multiple values
Some headers support multiple values like 'Set-Cookie'.
We were overriding values so that we always get the last header value.
Fix this limitation to handle cases where the proxy-target sends
multiple values for a header
0 commit comments