This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-diactoros 1.3.10
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #226 fixed an
issue with theSapiStreamEmitter
causing the response body to be cast
to(string)
and also be read as a readable stream, potentially producing
double output.