From: Martin Pool Date: Thu, 11 Apr 2002 02:16:34 +0000 (+0000) Subject: Receiving an @ERROR line from the server is (I think) always fatal, so X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/991f90f2964977286ae70805ecb6a4b16855894f Receiving an @ERROR line from the server is (I think) always fatal, so the client should exit upon receiving one and not be surprised that the socket closes. --- diff --git a/NEWS b/NEWS index f62c15af..0fdf5903 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,8 @@ rsync changes since last release * Fix compilation on Tru64. (Albert Chin, Zoong Pham) + * Better handling of some client-server errors. (Martin Pool) + INTERNAL: * Many code cleanups and improved internal documentation. (Martin Pool, Nelson