setblocking(1)

This commit is contained in:
benoitc 2010-06-10 21:25:29 +02:00
parent 43d0bcbbd3
commit ff5adc46a4

View File

@ -44,7 +44,7 @@ class GEvent2Worker(Worker):
handle.handle(self)
def run(self):
self.socket.setblocking(0)
self.socket.setblocking(1)
env = self.base_env.copy()
env.update({