fix for a stupid typo

This commit is contained in:
roberto@sirius
2010-03-18 13:53:53 +01:00
parent 2f7bf001e8
commit e5233f09cc
+3 -3
View File
@@ -22,10 +22,10 @@ def application(env, start_response):
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.setblocking(0)
env['x-wsgiorg.fdevent.readable'] = lambda fd,t: ""
env['x-wsgiorg.fdevent.writable'] = lambda fd,t: ""
#env['x-wsgiorg.fdevent.readable'] = lambda fd,t: ""
#env['x-wsgiorg.fdevent.writable'] = lambda fd,t: ""
yield ""
#yield ""
c = s.connect_ex(('www.google.it', 80))
if c == 115: