On Sat, 12 May 2018 at 15:45, Roland Hughes <rol...@logikalsolutions.com>
wrote:

> Any time a write comes up short, it is an error.
>

​That is simply incorrect. It might not be how you would like it to behave,
however it is the norm that short writes are allowed and should be handled
by the callee. This is the case in POSIX, the C standard library etc. I'm
afraid, you'll simply have to learn to live with it - an easy solution
would be to write a tiny wrapper function of your own however if you do
you'll need to be very careful with your error handling if you always want
to be able to retry.

Cheers

Rich.​
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to