Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The previous fix to #158 didn't match requests' own behavior and quoted a lot of additional characters, causing test breakage. Use `requests.utils.requote_uri` to quote the URL instead, which should ensure the behavior matches requests more closely.
- Loading branch information