Ticket #456 (defect)
Opened 3 years ago
Last modified 3 years ago
No readlines() method in lib.httptools.SizeCheckWrapper
Status: closed (fixed)
| Reported by: | dowski | Assigned to: | dowski |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2-rc1 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
Running CP's wsgiApp wrapped with paste.lint middlware brought this to light:
exceptions.AssertionError: wsgi.input (<cherrypy.lib.httptools.SizeCheckWrapper object at 0x408c622c>) doesn't have the attribute readlines
The WSGI spec dictates that [wsgi.input] should have a readlines() method. SizeCheckWrapper? should be updated to support this.
Change History
02/08/06 01:52:15: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.


Fixed in [961].