willscott / go-nfs

golang NFSv3 server
Apache License 2.0
701 stars 76 forks source link

If `Read` is above a certain size, it will return nothing #109

Closed DUOLabs333 closed 11 months ago

DUOLabs333 commented 11 months ago

I narrowed this down to the size of the pack-files --- a small repo like this will successfully clone, but even a slightly larger repo (like this one) will fail (this repo has packfiles of size at least 4096).

DUOLabs333 commented 11 months ago

This can not be the problem (or at least is a part of a bigger problem) --- I can read much larger files successfully.