If there is no content in a response don't throw an error the second time that conten...
authorMichael Newman <newmaniese@gmail.com>
Sun, 8 Apr 2012 22:39:44 +0000 (18:39 -0400)
committerMichael Newman <newmaniese@gmail.com>
Sun, 8 Apr 2012 22:39:44 +0000 (18:39 -0400)
commitb92feb3f0af4c4b13e2f65a7601baccb378fd800
treebf16823ed1081f3d03ea8cb8c10251b6746932ab
parentc7b1bc81970ac7f554e7fb8bba3d8f7fddceb7ce
If there is no content in a response don't throw an error the second time that content is attempted to be read. This addresses issue #377 <https://github.com/kennethreitz/requests/issues/377>
requests/models.py
tests/test_requests.py