Index: modules/rostests/apitests/ws2_32/helpers.c =================================================================== --- modules/rostests/apitests/ws2_32/helpers.c (revision 72927) +++ modules/rostests/apitests/ws2_32/helpers.c (working copy) @@ -54,10 +54,10 @@ /* Send the GET request */ SCKTEST(send(sck, szGetRequest, strlen(szGetRequest), 0)); ok(iResult == strlen(szGetRequest), "iResult = %d\n", iResult); - +#if 0 /* Shutdown the SEND connection */ SCKTEST(shutdown(sck, SD_SEND)); - +#endif /* Wait until we're ready to read */ FD_ZERO(&readable); FD_SET(sck, &readable);