This repository was archived by the owner on Jan 29, 2020. It is now read-only.
zend-diactoros 1.3.8
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #222 fixes the
SapiStreamEmitter's handling of theContent-Rangeheader to properly only emit a range of bytes if the header value is in the formbytes {first-last}/length. This allows using other range units, such asitems, without incorrectly emitting truncated content.