Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use request's current url as base URL in redirects
As the response's url list is not set at this point using that doesn not work. We could potentially set it earlier, but that brings along other complications that this setup avoid. This also returns opaque redirect responses earlier, to avoid having them processed twice, which was simply wrong (and would become extra wrong here). Fixes #631.
- Loading branch information