Re: [Qemu-devel] [PATCH 1.5/6] nbd/server: Ignore write errors when replying to NBD_OPT_ABORT

2018-11-19 Thread Daniel P . Berrangé
On Sat, Nov 17, 2018 at 04:32:21PM -0600, Eric Blake wrote: > Commit 37ec36f6 intentionally ignores errors when trying to reply > to an NBD_OPT_ABORT request for plaintext clients, but did not make > the same change for a TLS server. Since NBD_OPT_ABORT is > documented as being a potential for an

[Qemu-devel] [PATCH 1.5/6] nbd/server: Ignore write errors when replying to NBD_OPT_ABORT

2018-11-17 Thread Eric Blake
Commit 37ec36f6 intentionally ignores errors when trying to reply to an NBD_OPT_ABORT request for plaintext clients, but did not make the same change for a TLS server. Since NBD_OPT_ABORT is documented as being a potential for an EPIPE when the client hangs up without waiting for our reply, we don