From f0019fc506808d19233aa712216c8de72bd0a2f6 Mon Sep 17 00:00:00 2001 From: David Dykstra Date: Mon, 27 Jan 2003 03:36:54 +0000 Subject: [PATCH] Remove the "Connection reset by peer" from TODO --- TODO | 7 ------- 1 file changed, 7 deletions(-) diff --git a/TODO b/TODO index 36af2936..48b8373f 100644 --- a/TODO +++ b/TODO @@ -591,13 +591,6 @@ Win32 http://sources.redhat.com/ml/cygwin/2001-08/msg00234.html - According to "Effective TCP/IP Programming" (??) close() on a socket - has incorrect behaviour on Windows -- it sends a RST packet to the - other side, which gives a "connection reset by peer" error. On that - platform we should probably do shutdown() instead. However, on Unix - we are correct to call close(), because shutdown() discards - untransmitted data. - DEVELOPMENT ---------------------------------------------------------- -- 2.34.1