From 27879d0f0d77ca643dfc62daf0787e5628d2383d Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 17 Oct 2003 11:09:49 +0000 Subject: [PATCH] Fix comment --- main/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * */ -- 2.40.0