mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
77cf995165
This allows iter_content and iter_lines to succeed without crashing even after the response content has been fetched (iter_content gives you an iterator over the prefetched content)