Changeset 1697
- Timestamp:
- 07/10/07 01:08:39
- Files:
-
- trunk/cherrypy/wsgiserver/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/wsgiserver/__init__.py
r1693 r1697 410 410 status = str(status) 411 411 buf = ["%s %s\r\n" % (self.environ['ACTUAL_SERVER_PROTOCOL'], status), 412 "Content-Length: %s\r\n" % len(msg)] 412 "Content-Length: %s\r\n" % len(msg), 413 "Content-Type: text/plain\r\n"] 413 414 414 415 if status[:3] == "413" and self.response_protocol == 'HTTP/1.1':

