Skip to content

1.0.0a5

Compare
Choose a tag to compare
@boenrobot boenrobot released this 02 Nov 16:08
· 11 commits to master since this release
  • Added fragments to exceptions, allowing retrieval of incomplete receives' contents, and byte count on incomplete sends.
  • Changed Stream to use an fread/fwrite duo instead of stream_copy_to_stream() for the sake of stability.
  • Tweaked Stream::isAcceptingData() and NetworkStream::isAvailable(), in order to work around a reproducible hang on Linux.
  • Doc fixes.