Permalink
base repository: socketio/engine.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: 6.1.3
Choose a base ref
...
head repository: socketio/engine.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
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
    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 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
    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. chore(release): 6.2.0

    @darrachequesne
    darrachequesne committedApr 17, 2022
    Configuration menu
    Copy the full SHA
    d7e3ab7View commit details
    Browse the repository at this point in the history
Loading