In writev_full() we should loop until r == total_bytes, rather then fail right away.
Unless r <= 0 we should resume writing from the r position, so advancing the iovec and quick dancing would be needed.
The expiration also need to be confirmed – if now() is > expire then abort and fail.
- related to
-
CDRIVER-756 Unchecked errors on failed network writes
- Closed