| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
If the stream is destroyed while the transform is still being applied, push() should not be called, and the internal state should be cleared. See: koajs/compress#60
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM if the CI comes back OK.
Sorry, something went wrong.
|
CI is green. CITGM: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/910/ (cc @refack) |
Sorry, something went wrong.
Junkins is still in a funky mood, might need to re-run later... nodejs/build#798 |
Sorry, something went wrong.
|
CITGM: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/915/ cc @refack can you have a look? Or is still problematic? |
Sorry, something went wrong.
|
Landing, CITGM seems ok. |
Sorry, something went wrong.
If the stream is destroyed while the transform is still being applied, push() should not be called, and the internal state should be cleared. See: koajs/compress#60 PR-URL: #14330 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
|
Maybe add koa-compress to CitGM? |
Sorry, something went wrong.
|
@refack koa-compress tests were passing. |
Sorry, something went wrong.
Will they add a regression test for this? |
Sorry, something went wrong.
|
I couldn't reproduce this programmatically with koa-compress, but only when load-testing or when my machine was under severe load. |
Sorry, something went wrong.
If the stream is destroyed while the transform is still being applied, push() should not be called, and the internal state should be cleared. Refs: koajs/compress#60 PR-URL: nodejs#14330 Backport-PR-URL: nodejs#14396 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Conflicts: lib/zlib.js
|
@mcollina should this be backported? It would need to be done manually |
Sorry, something went wrong.
|
This depends on #12925, which is flagged as semver-major. So, no. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
If the stream is destroyed while the transform is still being
applied, push() should not be called, and the internal state
should be cleared.
See: koajs/compress#60
Checklist
Affected core subsystem(s)
zlib, stream