Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
httpclient_adapter: use uri after filters when building req signature
If a filter changes the URI (e.g. to enforce a protocol or change the hostname of the request) this is currently unable to be mocked as webmock fetches the URI for the signature of the request before calling the filters!
- Loading branch information