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

Changeset 2564

Show
Ignore:
Timestamp:
11/09/09 11:50:22
Author:
fumanchu
Message:

Reinstating SERVER_SOFTWARE wsgi environ entry.

Files:

Legend:

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

    r2556 r2564  
    19681968            # Bah. "SERVER_PROTOCOL" is actually the REQUEST protocol. 
    19691969            'SERVER_PROTOCOL': req.request_protocol, 
     1970            'SERVER_SOFTWARE': "%s WSGI Server" % req.server.version, 
    19701971            'wsgi.errors': sys.stderr, 
    19711972            'wsgi.input': req.rfile, 

Hosted by WebFaction

Log in as guest/cpguest to create tickets