Attention is currently required from: laforge.
1 comment:
Patchset:
alternatively, if we submitted a write of zero bytes length, then that's also an error in the applic […]
Actually a write(count=0) is an expected correct scenario, see man 2 write:
```
If count is zero and fd refers to a regular file, then write() may return a failure status if one of the errors below is detected. If no errors are detected, or
error detection is not performed, 0 is returned without causing any other effect. If count is zero and fd refers to a file other than a regular file, the results
are not specified.
```
Also, currently stream_cli and stream_srv are handling that part different, so for sure we want to unify the behavior there...
To view, visit change 42191. To unsubscribe, or for help writing mail filters, visit settings.