The PipeStream implementation throws StreamClosedError instead of returning 0 when the pipe has been closed

Issue #323 resolved
Paolo Brandoli repo owner created an issue

When the size of the pile buffer matches the size of writing and read buffer and the end of a write operation is aligned with the buffer size, then the pipe implementation throws StreamClosedError instead of returning 0 bytes to signal the end of the data.

Comments (3)

  1. Log in to comment