Changeset 8585

Show
Ignore:
Timestamp:
08/29/07 17:42:37 (13 months ago)
Author:
asterix
Message:

fixes large WCPU footprint under freebsd. fixes #1963

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/proxy65_manager.py

    r7510 r8585  
    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