Fix handling of oversized requests
authorWouter Verhelst <w@uter.be>
Fri, 28 Jan 2011 12:19:30 +0000 (13:19 +0100)
committerWouter Verhelst <w@uter.be>
Fri, 28 Jan 2011 12:21:32 +0000 (13:21 +0100)
Previously, nbd-server would not serve requests that were over 1MB in
size. This was a problem, and even a bug since the kernel does send such
requests.

Modify the server so that it loops if the request is larger than 1MB.


No differences found