8000 Comparing 5.2.3...5.2.4 · websockets/ws · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: 5.2.3
Choose a base ref
...
head repository: websockets/ws
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.2.4
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 9, 2021

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

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
    Configuration menu
    Copy the full SHA
    4abd8f6 View commit details
    Browse the repository at this point in the history
  2. [dist] 5.2.4

    lpinca committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    aa8fe0a View commit details
    Browse the repository at this point in the history
Loading
0