commit | b08b3d42d92e23b5712fec0da1ba784d8b26e2e4 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Mon Oct 10 16:05:46 2016 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Mon Oct 10 16:05:46 2016 +0200 |
tree | 7f38447c24d376d2b4afb8de8a445cc694cbcbff | |
parent | 3c9012b56d71a6eebd3608406d32d977d08d603b [diff] |
Fix busy loop in FdOutStream::flush() This bug was introduced in c6df31db. A non-blocking socket that did not have any more space would busy loop until the write succeeded. Instead now it returns without any action, just as it did before the bug was introduced.