Changeset 8767 for branches/gajim_0.11.1/src/common
- Timestamp:
- 09/10/07 08:11:45 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/common/proxy65_manager.py
r8587 r8767 254 254 except Exception, ee: 255 255 (errnum, errstr) = ee 256 # 56 is for freebsd 257 if errnum in (errno.EINPROGRESS, errno.EALREADY, errno.EWOULDBLOCK, 56): 256 if errnum in (errno.EINPROGRESS, errno.EALREADY, errno.EWOULDBLOCK): 258 257 # still trying to connect 259 258 return
