bugfix: writev handles 0 sized writes
writev could reveive no-ops blocks characterized by a zero size length. We simply need to skip them.
parent
b0ddc0f4
Please register or sign in to comment
writev could reveive no-ops blocks characterized by a zero size length. We simply need to skip them.