-
-
Notifications
You must be signed in to change notification settings - Fork 242
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: expressjs/compression
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: expressjs/compression
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: legacy-node
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 7 files changed
- 4 contributors
Commits on Feb 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 841c7f5 - Browse repository at this point
Copy the full SHA 841c7f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb29cff - Browse repository at this point
Copy the full SHA bb29cffView commit details
Commits on Apr 7, 2025
-
refactor: remove obsolete brotli and http2 support checks (#221)
* refactor: remove obsolete brotli and http2 support checks * fix(docs): remove note about brotli support
Configuration menu - View commit details
-
Copy full SHA for fc2ff9b - Browse repository at this point
Copy the full SHA fc2ff9bView commit details
Commits on Apr 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 21ab1b7 - Browse repository at this point
Copy the full SHA 21ab1b7View commit details
Commits on Apr 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f1b3e1c - Browse repository at this point
Copy the full SHA f1b3e1cView commit details
Commits on Apr 16, 2025
-
Do not swallow calls to
res.end()(#188)* Add tests demonstrating scenarios under which the original res.end does not get called * Ensure stream gets closed and response gets ended when it is finished * Only call the original res.end() a single time * Avoid using the on-finished package * Use finished() helper from node:stream * Import finished() helper directly from node:stream Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com> * Use finished() helper directly instead of nodeStream.finished() * Adjust stream pause / resume logic instead of messing with res.end() calls directly * Revert addition of endOnce() wrapper * Add unit test around one more alternate sequence of events that seems reasonable to test in addition to the other ones * Add test around avoiding 'write after end' errors * Avoid writing into the response after it is finished * Add a comment explaining why the compression stream gets resumed when the response finishes * chore: use isFinished of on-finished --------- Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fbb806c - Browse repository at this point
Copy the full SHA fbb806cView commit details -
Change res.flush to accept a callback function argument (#227)
* Change res.flush to accept a callback function argument * test: add callback invocation check for flush in brotli compression * fix lint * deps: update mocha to version 10.8.2 and add --exit option --------- Co-authored-by: Bijoy Thomas <bijoyjth@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e2abcbf - Browse repository at this point
Copy the full SHA e2abcbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9af4f5 - Browse repository at this point
Copy the full SHA f9af4f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a62f50a - Browse repository at this point
Copy the full SHA a62f50aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...legacy-node