]> granicus.if.org Git - php/commitdiff
Fix comment
authorSascha Schumann <sas@php.net>
Fri, 17 Oct 2003 11:09:49 +0000 (11:09 +0000)
committerSascha Schumann <sas@php.net>
Fri, 17 Oct 2003 11:09:49 +0000 (11:09 +0000)
main/network.c

index 59217e7302d32c485385e602ebe59e05a863af24..ae32885cf8d04de6d9509893b5be9063460780c5 100644 (file)
@@ -1070,7 +1070,7 @@ static int php_sockop_close(php_stream *stream, int close_handle TSRMLS_DC)
 
                /* 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.
                 * */