Fixed #3496 -- Handle the case of missing (and hence '0') Content-Length header
commita4a979310a9a0f64283d259a709b131357142f22
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sun, 21 Oct 2007 23:52:08 +0000 (21 23:52 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sun, 21 Oct 2007 23:52:08 +0000 (21 23:52 +0000)
tree1ac9d9a59763618358c7c9fb88bb0af6b9d38a8c
parent1265a2516bd8d09dc8fb531e37868e3022d9a134
Fixed #3496 -- Handle the case of missing (and hence '0') Content-Length header
in a POST to the wsgi handler. Based on a patch from Mikko Ohtamaa.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6592 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/core/handlers/wsgi.py