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

Commits on May 18, 2024

  1. [perf] Reduce the amount of crypto.randomFillSync() calls

    Use a pool of random bytes to reduce the amount of
    `crypto.randomFillSync()` calls.
    
    Refs: nodejs/undici#3204
    lpinca committed May 18, 2024
    Copy the full SHA
    ddfe4a8 View commit details

Commits on Jun 13, 2024

  1. [test] Increase code coverage

    lpinca committed Jun 13, 2024
    Copy the full SHA
    6a00029 View commit details

Commits on Jun 16, 2024

  1. [security] Fix crash when the Upgrade header cannot be read (#2231)

    It is possible that the Upgrade header is correctly received and handled
    (the `'upgrade'` event is emitted) without its value being returned to
    the user. This can happen if the number of received headers exceed the
    `server.maxHeadersCount` or `request.maxHeadersCount` threshold. In this
    case `incomingMessage.headers.upgrade` may not be set.
    
    Handle the case correctly and abort the handshake.
    
    Fixes #2230
    lpinca committed Jun 16, 2024
    1
    Copy the full SHA
    e55e510 View commit details
  2. [dist] 8.17.1

    lpinca committed Jun 16, 2024
    Copy the full SHA
    3c56601 View commit details
Loading