[Zope-Checkins] CVS: Zope2 - cgi.py:1.7.4.1
Brian Lloyd
brian@digicool.com
Wed, 23 Aug 2000 17:27:56 -0400
Update of /cvs-repository/Zope2/lib/python/ZPublisher
In directory korak.digicool.com:/home/brian/temp/test_22/lib/python/ZPublisher
Modified Files:
Tag: Zope-2_2-branch
cgi.py
Log Message:
Fix for bug 1546: there is some code in cgi.py that adds every line of
input (on a file upload for example) to self.lines - and then never
uses the variable! This was causing memory to spike for large uploads.