- Notifications
You must be signed in to change notification settings - Fork567
PermalinkChoose 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 orlearn 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
Uh oh!
There was an error while loading.Please reload this page.
base:6.1.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:socketio/engine.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:6.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 4commits
- 7files changed
- 1contributor
Commits on Feb 28, 2022
refactor: return an HTTP 413 response for too large payloads
Before this, the connection was closed abrutly with an HTTP 502response.See also:f8100f9Related:socketio/socket.io#4293
darrachequesne committedFeb 28, 2022
Commits on Mar 10, 2022
chore: add Node.js 16 in the test matrix
See also:https://github.com/nodejs/Release
darrachequesne committedMar 10, 2022 feat: add the "maxPayload" field in the handshake details
So that clients in HTTP long-polling can decide how many packets theyhave to send to stay under the maxHttpBufferSize value.This is a backward compatible change which should not mandate a newmajor revision of the protocol (we stay in v4), as we only add a fieldin the JSON-encoded handshake data:```0{"sid":"lv_VI97HAXpY6yYWAAAC","upgrades":["websocket"],"pingInterval":25000,"pingTimeout":5000,"maxPayload":1000000}```Related:socketio/socket.io-client#1531darrachequesne committedMar 10, 2022
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.1.3...6.2.0
Uh oh!
There was an error while loading.Please reload this page.