-
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.2
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.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 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 -
Diff: 6.5.4...6.5.5
darrachequesne committedJun 18, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 0cb977a - Browse repository at this point
Copy the full SHA 0cb977aView commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.