Skip to content

Bugfix for reading closed pipes

Compare
Choose a tag to compare
@sagebind sagebind released this 05 Sep 04:33
· 27 commits to master since this release

Fixed

  • Fix a bug where reading from a pipe after already returning EOF would cause a panic. This was caused by Stream::poll_next used internally in the chunked implementation panicking after returning the final stream item, which it is allowed to do according to the current documentation. (#6)