mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
973e9cb548
Since base_headers is a dictionary, it's reference was shared with all instances of Session objects. Using deepcopy here should not incur large performance penalty.