mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
3900243297
This was breaking redirect locations with a query string, by quoting the question-mark. Since the path will be passed through requote_path on the next request anyway, doing it here seems unnecessary.