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

Changeset 966

Show
Ignore:
Timestamp:
02/14/06 06:12:53
Author:
dowski
Message:

[965] is the first of two changesets to modify some internal behavior. Unfortunately, it temporarily broke CP in the process. This changeset is a temporary fix to that temporary problem which Robert is addressing more completely.

Files:

Legend:

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

    r959 r966  
    156156         
    157157        # Instantiate the server. 
    158         if self.httpserverclass == _cpwsgi.WSGIServer: 
    159             self.httpserver = self.httpserverclass(self.wsgi_app) 
    160              
    161         else: 
    162             self.httpserver = self.httpserverclass() 
     158        self.httpserver = self.httpserverclass() 
    163159         
    164160        # HTTP servers MUST be started in a new thread, so that the 

Hosted by WebFaction

Log in as guest/cpguest to create tickets