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

Changeset 1394

Show
Ignore:
Timestamp:
10/09/06 12:33:31
Author:
lawouach
Message:

SSL certificates and HTTP protocol attached to the instance of the WSGI server not to its class. Allow several instances of the WSGIServer to be created and bound at different (host, port)

Files:

Legend:

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

    r1345 r1394  
    137137                   timeout = server.socket_timeout, 
    138138                   ) 
    139         s.protocol = server.protocol_version 
    140         s.ssl_certificate = server.ssl_certificate 
    141         s.ssl_private_key = server.ssl_private_key 
     139        self.protocol = server.protocol_version 
     140        self.ssl_certificate = server.ssl_certificate 
     141        self.ssl_private_key = server.ssl_private_key 
    142142 

Hosted by WebFaction

Log in as guest/cpguest to create tickets