Changeset 653
- Timestamp:
- 09/15/05 08:39:42
- Files:
-
- trunk/cherrypy/_cpwsgiserver.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cpwsgiserver.py
r649 r653 49 49 """ Wrapper around the rfile object. For each data reading method, 50 50 it reads the data but it checks that the size of the data doesn't 51 exce pta certain limit51 exceed a certain limit 52 52 """ 53 53 def __init__(self, rfile, maxlen):

