Changeset 1269
- Timestamp:
- 08/22/06 15:05:14
- Files:
-
- trunk/cherrypy/_cpwsgi.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cpwsgi.py
r1263 r1269 38 38 request = cherrypy.engine.request(local, remote, 39 39 env('wsgi.url_scheme'), 40 env('ACTUAL_SERVER_PROTOCOL', None))40 env('ACTUAL_SERVER_PROTOCOL', "HTTP/1.1")) 41 41 42 42 # LOGON_USER is served by IIS, and is the name of the

