﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
8259	core/handlers/wsgi.py: raises TypeError in _get_raw_post_data if CONTENT_LENGTH is empty.	erny	Kevin McConnell	" * write a view which gets raw_post_data from request.
 * run development server
 * use pycurl or other client which can send an empty Content-length header.
 * raises TypeError near: core/handlers/wsgi.py:175 
   {{{
      content_length = int(self.environ.get('CONTENT_LENGTH', 0))
   }}}
 * the problem is that CONTENT_LENGTH is None and type(None) -> TypeError

I vave to further investigate this."		closed	HTTP handling	dev		fixed	aug22sprint		Accepted	1	0	0	0	0	0
