SapiStreamEmitter
causing the response body to be cast
to (string)
and also be read as a readable stream, potentially producing
double output.SapiStreamEmitter
consuming too much memory when producing output
for readable bodies.SapiStreamEmitter
's handling of the Content-Range
header to properly only
emit a range of bytes if the header value is in the form bytes {first-last}/length
.
This allows using other range units, such as items
, without incorrectly
emitting truncated content.Please login to add feedback.
This update has been submitted for testing by siwinski.
This update has been pushed to testing.
This update has reached 14 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by siwinski.
This update has been pushed to stable.