Changeset 8587 for branches/gajim_0.11.1/src/common/proxy65_manager.py
- Timestamp:
- 08/29/07 21:44:10 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/common/proxy65_manager.py
r7510 r8587 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
