Fix the potential issue mentioned in #1151
authorIan Cordasco <graffatcolmingov@gmail.com>
Fri, 8 Feb 2013 02:08:20 +0000 (21:08 -0500)
committerIan Cordasco <graffatcolmingov@gmail.com>
Sun, 10 Feb 2013 22:11:16 +0000 (17:11 -0500)
commit3299771e3497199adda6ad6354f78742806cd320
tree92a281ac59d074f064a5971081c4473b295c69c0
parentf2be5fae27ed0283bd45f897b480997ccaced390
Fix the potential issue mentioned in #1151

See: https://github.com/kennethreitz/requests/pull/1151#issuecomment-12905796

This is solved by just reusing the PreparedRequest from the last request.
requests/sessions.py