Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1269

Show
Ignore:
Timestamp:
08/22/06 15:05:14
Author:
fumanchu
Message:

Default ACTUAL_SERVER_PROTOCOL to "HTTP/1.1". If None, then Request.run fails with "unsubscriptable object".

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/_cpwsgi.py

    r1263 r1269  
    3838        request = cherrypy.engine.request(local, remote, 
    3939                                          env('wsgi.url_scheme'), 
    40                                           env('ACTUAL_SERVER_PROTOCOL', None)) 
     40                                          env('ACTUAL_SERVER_PROTOCOL', "HTTP/1.1")) 
    4141         
    4242        # LOGON_USER is served by IIS, and is the name of the 

Hosted by WebFaction

Log in as guest/cpguest to create tickets