mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
2e31696156
I also fixed up some of the RequestsCookieJar methods so using jar.update(other_jar) works without a problem. This cleans up some of the code in sessions and the resolve_redirects method.