sahlberg / libnfs

NFS client library
Other
510 stars 200 forks source link

Fix bug in skipping of partially sent iov data #448

Closed linuxsmiths closed 5 months ago

linuxsmiths commented 5 months ago

When skipping partially sent iov, num_done must be cleared after all previously sent data is skipped, else it will cause more data to be skipped from the next vector.