id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	branch	branch_author	launchpad_bug
4519	Delay parsing of request body until Request.args is accessed	jamesh	rlotun	"At the moment, if the request body for a post is form data (either url encoded or multipart), it is read into memory as the Request.args dictionary.  This means that large requests can chew up large amounts of memory.

Attached is a patch based on one from ticket #288 that delays parsing of the request body until Request.args is accessed.  This should maintain compatibility with the existing API while allowing applications that are concerned about memory usage to parse the request body themselves."	enhancement	new	normal		web						
