-
Notifications
You must be signed in to change notification settings - Fork 565
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: socketio/engine.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.5.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: socketio/engine.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.5.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 8 files changed
- 1 contributor
Commits on Nov 9, 2023
-
refactor: remove useless reference
A reference to the initial IncomingMessage object (the first HTTP request of the session) is kept in memory by default (`socket.request`), so its attached ServerResponse object (`req.res`) would not be garbage-collected. This will now be the case. Note: the IncomingMessage object is needed in two cases: - when working with the `express-session` middleware (`request.session`) - when fetching the certificate of the client with `request.socket.getPeerCertificate()` That's why removing it would be a breaking change.
Configuration menu - View commit details
-
Copy full SHA for f27a6c3 - Browse repository at this point
Copy the full SHA f27a6c3View commit details -
refactor: remove useless references
Those timers are only used during the upgrade, so there is no need to keep those references in memory.
Configuration menu - View commit details
-
Copy full SHA for 3b5e79e - Browse repository at this point
Copy the full SHA 3b5e79eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43c1c1c - Browse repository at this point
Copy the full SHA 43c1c1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39937f8 - Browse repository at this point
Copy the full SHA 39937f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09acb17 - Browse repository at this point
Copy the full SHA 09acb17View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0fbfb - Browse repository at this point
Copy the full SHA ff0fbfbView 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 6.5.3...6.5.4