Changeset 8585
- Timestamp:
- 08/29/07 17:42:37 (13 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/proxy65_manager.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/proxy65_manager.py
r7510 r8585 254 254 except Exception, ee: 255 255 (errnum, errstr) = ee 256 if errnum in (errno.EINPROGRESS, errno.EALREADY, errno.EWOULDBLOCK): 256 # 56 is for freebsd 257 if errnum in (errno.EINPROGRESS, errno.EALREADY, errno.EWOULDBLOCK, 56): 257 258 # still trying to connect 258 259 return
