[issue10879] cgi memory usage

Glenn Linderman report at bugs.python.org
Mon Jan 10 10:45:46 CET 2011


Glenn Linderman <v+python at g.nevcal.com> added the comment:

Trying to code some of this, it would be handy if BytesFeedParser.feed would return a status, indicating if it has seen the end of the headers yet. But that would only work if it is parsing as it goes, rather than just buffering, with all the real parsing work being done at .close time.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10879>
_______________________________________


More information about the Python-bugs-list mailing list