Subversion Repositories tpanel

Rev

Rev 94 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 94 Rev 97
Line 341... Line 341...
341
        }
341
        }
342
 
342
 
343
        if (s == 0)
343
        if (s == 0)
344
        {
344
        {
345
            if (std::chrono::system_clock::now() < end)
345
            if (std::chrono::system_clock::now() < end)
-
 
346
            {
346
                retry = true;
347
                retry = true;
-
 
348
                MSG_DEBUG("looping ...");
-
 
349
            }
347
            else
350
            else
348
            {
351
            {
349
                errno = ETIMEDOUT;
352
                errno = ETIMEDOUT;
350
                retry = false;
353
                retry = false;
351
            }
354
            }