amphp / byte-stream

A non-blocking stream abstraction for PHP based on Amp.
https://amphp.org/byte-stream
MIT License
367 stars 30 forks source link

Add chunksize setter to Resource(Input|Output)Stream classes #55

Closed ostrolucky closed 5 years ago

ostrolucky commented 5 years ago

Fixes #50

ostrolucky commented 5 years ago

@kelunik I did requried changes. Everything allright now?

kelunik commented 5 years ago

Thanks for the contribution!