Changeset 2564
- Timestamp:
- 11/09/09 11:50:22
- Files:
-
- trunk/cherrypy/wsgiserver/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/wsgiserver/__init__.py
r2556 r2564 1968 1968 # Bah. "SERVER_PROTOCOL" is actually the REQUEST protocol. 1969 1969 'SERVER_PROTOCOL': req.request_protocol, 1970 'SERVER_SOFTWARE': "%s WSGI Server" % req.server.version, 1970 1971 'wsgi.errors': sys.stderr, 1971 1972 'wsgi.input': req.rfile,

