fix bug that causes iter_lines to truncate content
authorOri Livneh <ori.livneh@gmail.com>
Tue, 20 Dec 2011 07:01:37 +0000 (02:01 -0500)
committerOri Livneh <ori.livneh@gmail.com>
Tue, 20 Dec 2011 07:01:37 +0000 (02:01 -0500)
commitf214b91d770ef194f9fad7041a1356ff27097ae5
treef36897a74d87153a7bfa1a9900fba3564957c0c9
parentf80fbad4ff95152021f68703149c371f5b44c7cf
fix bug that causes iter_lines to truncate content

Currently, if the response does not terminate with a newline, iter_lines
truncates the trailing remainder.
requests/models.py
test_requests.py