(file) Return to SocketzOS_inline.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/SocketzOS_inline.h between version 1.19 and 1.20

version 1.19, 2008/02/01 19:02:59 version 1.20, 2008/02/22 18:46:53
Line 106 
Line 106 
        {        {
            case(EINPROGRESS):            case(EINPROGRESS):
            case(EWOULDBLOCK):            case(EWOULDBLOCK):
              // Due to a race condition the native accept is not finished.
              // ioctl() retuns with ENotConn.
              case(ENOTCONN):
            {            {
                PEG_TRACE_CSTRING(TRC_SSL, Tracer::LEVEL4,                 PEG_TRACE((TRC_SSL, Tracer::LEVEL4,
                    "Accept pending (EWB).");                     "Accept pending: %s ( errno $d, reason code 0x%08X ). ",
                      strerror(errnoIoctl),
                      errnoIoctl,
                      errno2Ioctl));
                // accept pending                // accept pending
                return 0;                return 0;
            }            }


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2