If we get an error writing to a socket, then we should perhaps
authorMartin Pool <mbp@samba.org>
Tue, 12 Mar 2002 06:08:36 +0000 (06:08 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 12 Mar 2002 06:08:36 +0000 (06:08 +0000)
  continue trying to read to see if an error message comes across
  explaining why the socket is closed.  I'm not sure if this would
  work, but it would certainly make our messages more helpful.

TODO

diff --git a/TODO b/TODO
index 2fb7642..e2d1cc1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -205,6 +205,11 @@ Errors
   eof" give a message that is more detailed if possible and also more
   helpful.  
 
+  If we get an error writing to a socket, then we should perhaps
+  continue trying to read to see if an error message comes across
+  explaining why the socket is closed.  I'm not sure if this would
+  work, but it would certainly make our messages more helpful.
+
 File attributes
 
   Device major/minor numbers should be at least 32 bits each.  See