Open GoogleCodeExporter opened 9 years ago
Original comment by ionel...@gmail.com
on 25 Oct 2010 at 8:04
Oops, sorry. I've copied code with waste debug string. Should be like this:
try:
self.conn.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)
except socket.error as e:
if e.errno == 95:
pass
else:
raise
Original comment by vfm...@gmail.com
on 25 Oct 2010 at 9:34
Original issue reported on code.google.com by
vfm...@gmail.com
on 25 Oct 2010 at 8:02