Closed GoogleCodeExporter closed 9 years ago
Python 2.7 is not supported, but this bug must be fixed.
MemorizingFile.readline(self) should accept size parameter as
socket._fileobject.readline does.
This crash happens because newer BaseHTTPServer.py calls readline with size
parameter but MemorizingFile that wraps rfile set up by StreamRequestHandler
doesn't accept size parameter.
Original comment by tyoshino@chromium.org
on 4 Jul 2011 at 9:12
Original comment by toyoshim@chromium.org
on 7 Sep 2011 at 12:02
Landed at r552
Original comment by toyoshim@chromium.org
on 22 Sep 2011 at 8:24
Original issue reported on code.google.com by
konrad.m...@googlemail.com
on 29 Jun 2011 at 11:00