Changeset 1221
- Timestamp:
- 08/05/06 19:11:42
- Files:
-
- trunk/cherrypy/lib/static.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/lib/static.py
r1209 r1221 71 71 c_len = stat.st_size 72 72 bodyfile = open(path, 'rb') 73 if getattr(cherrypy, "debug", None):74 cherrypy.log(" Found file: %s" % path, "DEBUG")75 73 76 74 # HTTP/1.0 didn't have Range/Accept-Ranges headers, or the 206 code

