--- loncom/loncnew 2011/01/24 11:02:32 1.95 +++ loncom/loncnew 2011/01/25 11:02:35 1.96 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # lonc maintains the connections to remote computers # -# $Id: loncnew,v 1.95 2011/01/24 11:02:32 foxr Exp $ +# $Id: loncnew,v 1.96 2011/01/25 11:02:35 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -559,7 +559,8 @@ sub ClientWritable { if($errno == POSIX::EWOULDBLOCK || $errno == POSIX::EAGAIN || $errno == POSIX::EINTR) { - # No action taken? + # No action taken...the socket will be writable firing the event again + # which will result in a retry of the write. } else { # Unanticipated errno. &Debug(5,"ClientWritable error or peer shutdown".$RemoteHost); $Watcher->cancel; # Stop the watcher.