EMCECS / nfs-client-java

Native Java NFS client
Apache License 2.0
70 stars 33 forks source link

Inefficient reads of zero-byte files #8

Closed DavidASeibert closed 7 years ago

DavidASeibert commented 7 years ago

Once the client knows that the file length is 0 bytes, it shouldn't try to read that data until the length is non-zero.

DavidASeibert commented 7 years ago

Fixed in v1.0.3