compression icon indicating copy to clipboard operation
compression copied to clipboard

Node.js compression middleware

Results 33 compression issues
Sort by recently updated
recently updated
newest added

Sorry for opening another issue on this topic (#77, #78), but I'm trying out the new native http2 support in Node.js and compression (1.7.1) fails with: ```` TypeError: this._implicitHeader is...

help wanted

Is it an idea to add Brotli compression for https-requests to this module? Now support for Brotli has landed in the developer channels of Firefox and Chrome it is very...

enhancement

`createBrotliDecompress` and `createBrotliCompress` are only available in Node v10.16.0 and above. If the platform you are running supports brotli and the client making a request accepts brotli encoding, this will...

enhancement
pr

Fixes #152 Fixes #135 ~~This issue turned out *not* to be a duplicate of #135; unpiping still causes a leak.~~ With latest changes, it is fixed

bug
pr

Hi, This adds `res.flushCompression()` as an alias for `res.flush()` This supports use such as: ``` javascript // Not going to write again for a while. If compression middleware is //...

pr

Discussions around this can be found at https://github.com/expressjs/compression/issues/56

enhancement
pr