mirror of
https://github.com/danog/byte-stream.git
synced 2024-11-26 20:04:51 +01:00
b420ae4d6b
Very large chunks need to be copied every time there's a partial write, which is pretty problematic. Instead of doing an almost full copy of the full chunk every time, this patch splits very large chunks into multiple smaller chunks automatically. Fixes #41. |
||
---|---|---|
.. | ||
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 |