Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing Location header in 0.9.x (#1362)
* 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.
- Loading branch information