Project

General

Profile

Bug #4555 ยป 0001-ext-socket-init.c-rsock_connect-retries-on-interrupt.patch

patch to fix the issue - normalperson (Eric Wong), 04/06/2011 08:13 AM

View differences:

ext/socket/init.c
#ifdef EALREADY
case EALREADY:
#endif
case EINTR:
#if defined(ERESTART)
case ERESTART:
#endif
#if WAIT_IN_PROGRESS > 0
wait_in_progress = WAIT_IN_PROGRESS;
#endif
    (1-1/1)