Changeset 962
- Timestamp:
- 02/08/06 02:04:45
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/cherrypy-2.1/cherrypy/lib/filter/xmlrpcfilter.py
r750 r962 223 223 allow_none=1)] 224 224 cherrypy.response.headerMap['Content-Type'] = 'text/xml' 225 cherrypy.response.headerMap['Content-Length'] = `len(cherrypy.response.body)`225 cherrypy.response.headerMap['Content-Length'] = len(cherrypy.response.body[0]) 226 226 227 227 def beforeErrorResponse(self):

