Loading tests/server/sockfilt.c +2 −0 Original line number Diff line number Diff line Loading @@ -587,6 +587,8 @@ static bool juggle(curl_socket_t *sockfdp, FD_ZERO(&fds_write); FD_ZERO(&fds_err); FD_SET(fileno(stdin), &fds_read); switch(*mode) { case PASSIVE_LISTEN: Loading Loading
tests/server/sockfilt.c +2 −0 Original line number Diff line number Diff line Loading @@ -587,6 +587,8 @@ static bool juggle(curl_socket_t *sockfdp, FD_ZERO(&fds_write); FD_ZERO(&fds_err); FD_SET(fileno(stdin), &fds_read); switch(*mode) { case PASSIVE_LISTEN: Loading