Skip to content

Replace Write::write() with Write::write_all()

vlorentz requested to merge write_all into master

The former does not guarantee the whole buffer is written; instead it returns how many bytes were written and expects the caller to try again

Merge request reports