Remove Content-Length from GET/HEAD by default.
authorJohnny Goodnow <j.goodnow29@gmail.com>
Sat, 26 Jan 2013 04:50:58 +0000 (20:50 -0800)
committerJohnny Goodnow <j.goodnow29@gmail.com>
Sat, 26 Jan 2013 04:50:58 +0000 (20:50 -0800)
commit8d8865aadb9c76863820c87431229d20e5c23a70
treeb20700b9eee5c047ebc80bfecaf9489e332480b5
parentf7c10ca74d0230ad4ece986a9cc4a2ebcb9136bf
Remove Content-Length from GET/HEAD by default.

Now, Content-Length is only auto-added for non-GET/HEAD requests.
requests/models.py
test_requests.py