OSDN Git Service

nbd: Quit server after any write error
authorEric Blake <eblake@redhat.com>
Wed, 11 May 2016 22:39:36 +0000 (16:39 -0600)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 16 Jun 2016 16:39:05 +0000 (18:39 +0200)
commit63d5ef869e5e57de4875cd64b6f197cbb5763adf
tree8525f172624d6526fe0666616dc68aeecb3e82f1
parent2cb347493c5a0c3634dc13942ba65fdcefbcd34b
nbd: Quit server after any write error

We should never ignore failure from nbd_negotiate_send_rep(); if
we are unable to write to the client, then it is not worth trying
to continue the negotiation.  Fortunately, the problem is not
too severe - chances are that the errors being ignored here (mainly
inability to write the reply to the client) are indications of
a closed connection or something similar, which will also affect
the next attempt to interact with the client and eventually reach
a point where the errors are detected to end the loop.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1463006384-7734-4-git-send-email-eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
nbd/server.c