Skip to content
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 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 Loading
base: 6.1.3
Choose a base ref
...
head repository: socketio/engine.io Loading
compare: 6.2.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

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 502
    response.
    
    See also: f8100f9
    
    Related: socketio/socket.io#4293
    darrachequesne committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    e24b27b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    657f04e View 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 they
    have to send to stay under the maxHttpBufferSize value.
    
    This is a backward compatible change which should not mandate a new
    major revision of the protocol (we stay in v4), as we only add a field
    in the JSON-encoded handshake data:
    
    ```
    0{"sid":"lv_VI97HAXpY6yYWAAAC","upgrades":["websocket"],"pingInterval":25000,"pingTimeout":5000,"maxPayload":1000000}
    ```
    
    Related: socketio/socket.io-client#1531
    darrachequesne committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    088dcb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. chore(release): 6.2.0

    darrachequesne committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    d7e3ab7 View commit details
    Browse the repository at this point in the history
Loading