Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

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
base:6.1.3
Choose a base ref
Loading
...
head repository:socketio/engine.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:6.2.0
Choose a head ref
Loading
  • 4commits
  • 7files changed
  • 1contributor

Commits on Feb 28, 2022

  1. 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
    darrachequesne committedFeb 28, 2022
    Configuration menu
    Copy the full SHA
    e24b27bView commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    657f04eView commit details
    Browse the repository at this point in the history
  2. 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#1531
    @darrachequesne
    darrachequesne committedMar 10, 2022
    Configuration menu
    Copy the full SHA
    088dcb4View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Configuration menu
    Copy the full SHA
    d7e3ab7View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp