From: Sascha Schumann Date: Fri, 17 Oct 2003 11:09:49 +0000 (+0000) Subject: Fix comment X-Git-Tag: php-4.3.4RC2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27879d0f0d77ca643dfc62daf0787e5628d2383d;p=php Fix comment --- diff --git a/main/network.c b/main/network.c index 59217e7302..ae32885cf8 100644 --- a/main/network.c +++ b/main/network.c @@ -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. * */