Skip to content

v0.5.5

Latest
Compare
Choose a tag to compare
@trowski trowski released this 21 Feb 19:33

Changed

  • Calling Icicle\Stream\WritablePipe::end() now calls stream_socket_shutdown() on the stream resource, shutting down the write side of the stream socket.

Fixed

  • Fixed issue where Icicle\Stream\MemoryStream would sometimes discard data written to it before being read.