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

Changeset 1877

Show
Ignore:
Timestamp:
01/27/08 19:36:18
Author:
fumanchu
Message:

Fix for #778 (CherryPy 2.3.0 breaks on Python2.3).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/cherrypy-2.x/cherrypy/_cpwsgiserver.py

    r1859 r1877  
    148148        self.environ["CONTENT_LENGTH"] = cl or "" 
    149149         
    150         for k in headers
     150        for k in headers.keys()
    151151            envname = "HTTP_" + k.upper().replace("-", "_") 
    152152            if k in comma_separated_headers: 

Hosted by WebFaction

Log in as guest/cpguest to create tickets