Sebastian Beltran

Results 421 comments of Sebastian Beltran

@UlisesGascon, maybe we can do a patch version in the meantime and then focus on 1.8?

I don't think there are any PRs that can be included in this patch, all the other PRs change some functionality from what I've seen

I see the only change should be to verify that the Transfer-Encoding header is not sent.

Some of the logic inside [this section](https://github.com/expressjs/compression/blob/5f13b148d2a1a2daaa8647e03592214bb240bf18/index.js#L161) might be changing, I'm still not sure how it would work without Node.js's compatibility layer.

I see this PR for a future version 2 of mime-db, which I would think would be ideal, before adding it to version 1.

This is due to the latest Node.js security patch, it's probably enough to just skip that test https://github.com/expressjs/express/pull/6512

I'm not sure this is a good practice, Buffer is a global property

@krzysdz Thanks for the references

I'm doing some issue cleanup in this repo. It looks like there's been no progress or comments in several months.

@IamLizu It seems that this PR has the same changes as #1369, Which one should we keep?