Changeset 8587

Show
Ignore:
Timestamp:
08/29/07 21:44:10 (14 months ago)
Author:
roidelapluie
Message:

fixes large WCPU footprint under freebsd. fixes #1963 for 0.11.2.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/common/proxy65_manager.py

    r7510 r8587  
    254254                except Exception, ee: 
    255255                        (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): 
    257258                                # still trying to connect 
    258259                                return