-
-
Notifications
You must be signed in to change notification settings - Fork 802
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: v8.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: nodejs/undici
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.4.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 28 files changed
- 5 contributors
Commits on Jun 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a8ea6f2 - Browse repository at this point
Copy the full SHA a8ea6f2View commit details
Commits on Jun 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c07a438 - Browse repository at this point
Copy the full SHA c07a438View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba12bb1 - Browse repository at this point
Copy the full SHA ba12bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8464ab7 - Browse repository at this point
Copy the full SHA 8464ab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee59da3 - Browse repository at this point
Copy the full SHA ee59da3View commit details
Commits on Jun 8, 2026
-
fix: handle paused parser on socket end (issue #5360) (#5389)
Remove assert(!this.paused) from Parser.finish() so that when the HTTP/1 parser is paused under backpressure (body not consumed) and the socket ends (FIN), the parser can finish gracefully instead of throwing an uncatchable AssertionError from the socket 'end' handler. llhttp_finish() already handles paused state by returning ERROR.PAUSED, which is handled in the existing code path by setting this.paused = true and returning null. Fixes #5360
Configuration menu - View commit details
-
Copy full SHA for d03fb24 - Browse repository at this point
Copy the full SHA d03fb24View commit details -
fix(client): reject pipelined TLS altname errors (#5373)
Drain already running requests before rejecting same-servername pending requests so TLS hostname failures reject the request promises instead of tripping the queue assertion. Fixes #5355 Signed-off-by: marko1olo <barsukdana@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 01e89e9 - Browse repository at this point
Copy the full SHA 01e89e9View commit details -
docs: fix multiple inaccuracies in API documentation (#5384)
Fixes #5382 - GettingStarted.md: use string literals instead of static .code (undefined) - RetryHandler.md: fix constructor signature, add TRACE to default methods, add EHOSTUNREACH/EPIPE to default errorCodes - RetryAgent.md: fix return type (ProxyAgent -> RetryAgent), same defaults fixes - BalancedPool.md: fix property heading (Pool.stats -> BalancedPool.stats) - Errors.md: fix Socks5ProxyError code (UND_ERR_SOCKS5* -> UND_ERR_SOCKS5) - MockAgent.md: fix method name (clearAllCallHistory -> clearCallHistory) - Dispatcher.md: fix broken link (Dispatch.md -> Dispatcher.md), add onBodySent to DispatchHandler
Configuration menu - View commit details
-
Copy full SHA for cae3940 - Browse repository at this point
Copy the full SHA cae3940View commit details -
docs: fix remaining broken links in API documentation (#5342)
Fixes #3322 Several previous PRs (#3807, #3820, #5065) fixed many broken links in the Docsify-based documentation, but a number of relative links remained that resolve incorrectly on the live site. Changes: - Pool.md: PoolStats.md -> /docs/docs/api/PoolStats.md - RoundRobinPool.md: PoolStats.md -> /docs/docs/api/PoolStats.md - MockCallHistory.md: ./MockCallHistoryLog.md#to-string -> /docs/docs/api/MockCallHistoryLog.md#to-string - SnapshotAgent.md: 3 relative links -> absolute /docs/docs/api/ and /docs/docs/best-practices/ paths - api-lifecycle.md: 7 Client.md relative links -> /docs/docs/api/Client.md - Dispatcher.md: Dispatch.md -> /docs/docs/api/Dispatcher.md - Fetch.md: /docs/api/ -> /docs/docs/api/ All links now use the consistent /docs/docs/api/ absolute path pattern established in the previously merged PRs. ## Status - [x] I agree to the Developer Certificate of Origin 1.1 - [x] Documentation fix - [x] Ready for review Co-authored-by: Z User <z@container>
Configuration menu - View commit details
-
Copy full SHA for 89017ab - Browse repository at this point
Copy the full SHA 89017abView commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 04ebc71 - Browse repository at this point
Copy the full SHA 04ebc71View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.4.0...v8.4.1