Message3472
Twisted wants to get the pending socket error to notify the application
when certain errors occur, but it can't:
File
"/home/glyph/Projects/Twisted/trunk/twisted/internet/tcp.py", line 629,
in doConnect
err = self.socket.getsockopt(socket.SOL_SOCKET, socket.SO_ERROR)
exceptions.AttributeError: 'module' object has no attribute
'SO_ERROR' |
|
Date |
User |
Action |
Args |
2008-09-06 16:21:48 | glyph | set | recipients:
+ glyph |
2008-09-06 16:21:48 | glyph | set | messageid: <1220718108.19.0.98773530457.issue1119@psf.upfronthosting.co.za> |
2008-09-06 16:21:48 | glyph | link | issue1119 messages |
2008-09-06 16:21:47 | glyph | create | |
|