BUG: read-command with data size 0 does not return a response header
authorfolkert <folkert@vanheusden.com>
Mon, 4 Mar 2013 15:29:23 +0000 (16:29 +0100)
committerWouter Verhelst <w@uter.be>
Wed, 6 Mar 2013 12:09:57 +0000 (13:09 +0100)
commit8d0ba31fb499c5e54865f5f51fd967c7736ba067
tree1d37b49128343bdf5c1bf43f7ea1ce941e3fb79a
parent5a470d17679400731990858ff4b761e5991f0654
BUG: read-command with data size 0 does not return a response header

NBD-server v3.2 has a problem: if a client does a read-request of 0
bytes in length, then the nbd-server does not return a response header.
This is not in line with a write request which always returns a response
header.
This patch solves that behaviour.
nbd-server.c