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

Commits on Aug 17, 2023

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

Commits on Oct 5, 2023

  1. 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
    darrachequesne committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    ff1c861 View commit details
    Browse the repository at this point in the history
  2. 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
    darrachequesne committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    9545b44 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. chore(release): 6.5.3

    darrachequesne committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    2da559a View commit details
    Browse the repository at this point in the history
Loading