#955: Switch wsgi.input to be more file-like
---------------------------+------------------------------------------------
Reporter: fumanchu | Owner: fumanchu
Type: defect | Status: new
Priority: normal | Milestone: 3.2
Component: CherryPy code | Keywords:
---------------------------+------------------------------------------------
PEP 333 says: "The server is not required to read past the client's
specified Content-Length, and is allowed to simulate an end-of-file
condition if the application attempts to read past that point."
We've never simulated EOF; we should start.
--
Ticket URL: <
http://www.cherrypy.org/ticket/955>
CherryPy <
http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework