This commit is contained in:
benoitc 2011-09-19 23:18:18 +02:00
parent 4b53236034
commit 860895c03d

View File

@ -56,7 +56,7 @@ class GeventWorker(AsyncWorker):
self.socket.setblocking(1)
pool = Pool(self.worker_connections)
if self.server_class is not None
if self.server_class is not None:
server = self.server_class(
self.socket, application=self.wsgi, spawn=pool, log=self.log,
handler_class=self.wsgi_handler)