Changed
- Calling
Icicle\Stream\WritablePipe::end()
now callsstream_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.