WSGI branch:
* use `cgi.FieldStorage` directly... no need for a wrapper anymore, because `req.args` is an actual `dict`. * don't allow `cgi.FieldStorage` to consume the entire request body if the request does not contain form data.
Authored by: cmlenz 2005-12-27
Parent: [r2678]
Child: [r2680]