You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CDRIVER-770: Return how much we did write since its OK to return short writes
When we can't finish writing our entire buffered iovec, we must still
return how much we have successfully written so far, in case any of
the previous buffers finished.
Then we can regroup and recalculate from where we left off and retry in
case of an [WSA]EWOULDBLOCK or friends.
0 commit comments