-
Notifications
You must be signed in to change notification settings - Fork 570
Comparing changes
Open a pull request
base repository: socketio/engine.io
base: 6.5.2
head repository: socketio/engine.io
compare: 6.5.5
- 13 commits
- 11 files changed
- 4 contributors
Commits on Aug 17, 2023
-
fix: improve compatibility with node16 module resolution (#689)
Related: microsoft/TypeScript#46770 (comment)
Configuration menu - View commit details
-
Copy full SHA for c6bf8c0 - Browse repository at this point
Copy the full SHA c6bf8c0View commit details
Commits on Oct 5, 2023
-
fix(webtransport): properly handle abruptly closed connections
Refreshing the page with a client connected with WebTransport would trigger the following exception: > node:internal/process/promises:288 > triggerUncaughtException(err, true /* fromPromise */); > ^ > > [UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "0".] { > code: 'ERR_UNHANDLED_REJECTION' > } Related: #688
Configuration menu - View commit details
-
Copy full SHA for ff1c861 - Browse repository at this point
Copy the full SHA ff1c861View commit details -
refactor: add cache-control header in the polling response
This header should not be needed since the client already includes a cache busting query parameter ("t"), but a misconfigured CDN could ignore the query parameters and cache the server response. Related: socketio/socket.io#4842
Configuration menu - View commit details
-
Copy full SHA for 9545b44 - Browse repository at this point
Copy the full SHA 9545b44View commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2da559a - Browse repository at this point
Copy the full SHA 2da559aView commit details
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
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0efa04b - Browse repository at this point
Copy the full SHA 0efa04bView commit details
Commits on Jun 18, 2024
-
chore(deps): bump ws from 8.11.0 to 8.17.1 (#702)
Bumps [ws](https://github.com/websockets/ws) from 8.11.0 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.11.0...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for adaa207 - Browse repository at this point
Copy the full SHA adaa207View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cb977a - Browse repository at this point
Copy the full SHA 0cb977aView commit details
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.2...6.5.5