mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
5bb2be9a23
When a redirect was followed, only the cookies set by the initial response were used in the follow-up request. Fixes #1228.