id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	branch	branch_author	launchpad_bug
3585	"If the Content-Type of a request is ""application/x-www-form-urlencoded"", twisted.web.wsgi gives applications a zero-length input object"	wangchun		"Sometimes `twisted.web.http.Request.requestReceived` reads from the body object (`Request.content`) and parses the result into `Request.args`.  Then it calls process.  If a `twisted.web.wsgi.WSGIResource` is getting the request, it will be passed on as the ''wsgi.input'' in the `environ` to application code.  This means that sometimes a wsgi application will get an already-read input and not be able to get the request body.
"	defect	closed	normal		web	fixed		mattc	branches/wsgi-form-post-3585	exarkun	
