mirror of
https://github.com/danog/byte-stream.git
synced 2024-12-02 09:17:50 +01:00
da357d1579
Fixes #40. Streams on MacOS (and possibly FreeBSD) that are closed by the remote still allow writing, returning a non-zero from fwrite(). EOF then is false, since data was written to the buffer. EOF needed to be checked before calling fwrite(). |
||
---|---|---|
.. | ||
ClosedException.php | ||
functions.php | ||
InMemoryStream.php | ||
InputStream.php | ||
IteratorStream.php | ||
Message.php | ||
OutputBuffer.php | ||
OutputStream.php | ||
Payload.php | ||
PendingReadError.php | ||
ResourceInputStream.php | ||
ResourceOutputStream.php | ||
StreamException.php | ||
ZlibInputStream.php | ||
ZlibOutputStream.php |