diff --git a/rostests/apitests/ws2_32/helpers.c b/rostests/apitests/ws2_32/helpers.c index 35bdfda2b09..595f9b5b570 100644 --- a/rostests/apitests/ws2_32/helpers.c +++ b/rostests/apitests/ws2_32/helpers.c @@ -54,10 +54,10 @@ int GetRequestAndWait(SOCKET sck) /* Send the GET request */ SCKTEST(send(sck, szGetRequest, strlen(szGetRequest), 0)); ok(iResult == strlen(szGetRequest), "iResult = %d\n", iResult); - +#if 0 /* breaks windows too */ /* Shutdown the SEND connection */ SCKTEST(shutdown(sck, SD_SEND)); - +#endif /* Wait until we're ready to read */ FD_ZERO(&readable); FD_SET(sck, &readable);