kazeburo / Gazelle

Preforked Plack Handler for performance freaks
https://metacpan.org/release/Gazelle
Other
74 stars 19 forks source link

Fix partial writev() writes #13

Closed badalex closed 9 years ago

badalex commented 9 years ago

If writev() did a partial write of an io_vec, count it as still needing to be written. Otherwise we can return without writing everything.

kazeburo commented 9 years ago

Just released 0.31. Thank you!