Remove default Content-Length from GET requests.
authorJohnny Goodnow <j.goodnow29@gmail.com>
Fri, 25 Jan 2013 05:10:12 +0000 (21:10 -0800)
committerJohnny Goodnow <j.goodnow29@gmail.com>
Fri, 25 Jan 2013 05:13:32 +0000 (21:13 -0800)
commit44b1e7ebeabdf28ad1abccca1ef06eefe84d334c
treeb50b9e69e084a37380cc29167837e0f7672fc561
parent22623bd8c265b78b161542663ee980738441c307
Remove default Content-Length from GET requests.

Fix #1051.
requests/models.py
test_requests.py