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
* Add failing test to demonstrate regression
It looks like this test was originally added as part of the Location
header work, but was subsequently removed.
See: 933750c
* Fix location header to be set correctly, fixes#1361
Previously, a change had been make to use string keys instead of symbol keys, see
010f024
The change did not update how the location header was set to also use string keys.
This PR resolves the issue by also using a string key.
0 commit comments