Comment 9 for bug 98284

Revision history for this message
Marius Gedminas (mgedmin) wrote :

Ok, I'm going to change HTTPInputStream.readline to accept and discard the size argument. This will sidestep the Denial-of-Service avoidance that cgi.py does in Python 2.4.4+, but it'll work with twisted.wsgi.

The Twisted bug is http://twistedmatrix.com/trac/ticket/1451. When it is fixed, we can go and fix HTTPInputStream.readline completely.