jason           Tue Dec  3 00:46:53 2002 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/sockets   php_sockets_win.c 
  Log:
  MFH
  
  
Index: php4/ext/sockets/php_sockets_win.c
diff -u php4/ext/sockets/php_sockets_win.c:1.5 
php4/ext/sockets/php_sockets_win.c:1.5.4.1
--- php4/ext/sockets/php_sockets_win.c:1.5      Sat Jun 15 12:04:59 2002
+++ php4/ext/sockets/php_sockets_win.c  Tue Dec  3 00:46:53 2002
@@ -44,7 +44,7 @@
        }
 
        retval = recv(sock, buffer, bytes, 0);
-       SleepEx(1, TRUE);
+
        if(retval < 0) {
                efree(buffer);
                return retval;
@@ -175,4 +175,4 @@
        va_end(va);
        return retval;
 }
-#endif
\ No newline at end of file
+#endif



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to