sas Fri Oct 17 07:09:53 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/main network.c
Log:
Fix comment
Index: php-src/main/network.c
diff -u php-src/main/network.c:1.83.2.19 php-src/main/network.c:1.83.2.20
--- php-src/main/network.c:1.83.2.19 Wed Oct 8 07:22:47 2003
+++ php-src/main/network.c Fri Oct 17 07:09:49 2003
@@ -16,7 +16,7 @@
| Streams work by Wez Furlong <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: network.c,v 1.83.2.19 2003/10/08 11:22:47 wez Exp $ */
+/* $Id: network.c,v 1.83.2.20 2003/10/17 11:09:49 sas Exp $ */
/*#define DEBUG_MAIN_NETWORK 1*/
@@ -1070,7 +1070,7 @@
/* try to make sure that the OS sends all data before we close the
connection.
* Essentially, we are waiting for the socket to become writeable,
which means
- * that all pending data has been sent.
+ * that some (not all) pending data has been sent.
* We use a small timeout which should encourage the OS to send the
data,
* but at the same time avoid hanging indefintely.
* */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php