https://bz.apache.org/bugzilla/show_bug.cgi?id=60891

--- Comment #2 from Dominik Stadler <[email protected]> ---
+1 for fixing it. 

The fact that read() might not read as much data as requested manifests itself
only very rarely, mostly when you read larger chunks than what the OS buffers
or similar. I saw this in a number of other places already where it also went
undetected for a long time before causing hard to detect problems.

If the change causes other code-parts to misbehave I think we should rather fix
those as well, unit tests and large-scale tests ought to cover most cases
anyway nowadays.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to