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: nodejs/undici
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.25.0
Choose a base ref
...
head repository: nodejs/undici
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.26.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 3 contributors

Commits on May 18, 2026

  1. fix: validate EOF for chunked h1 responses (#5308)

    * fix: validate EOF for chunked h1 responses (#5273)
    
    (cherry picked from commit 13f6af6)
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * test: restore websocket test compatibility on Node 18
    
    - replace t.assert usage with node:assert in websocket tests so they work on Node 18\n- reduce the disabled-limit payload size in permessage-deflate-limit to avoid CI timeouts\n- remove an extra blank line in lib/dispatcher/agent.js to satisfy standard
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    ---------
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina authored May 18, 2026
    Configuration menu
    Copy the full SHA
    7917b25 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2026

  1. Bumped v6.26.0 (#5323)

    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions authored May 25, 2026
    Configuration menu
    Copy the full SHA
    768beac View commit details
    Browse the repository at this point in the history
Loading