-
-
Notifications
You must be signed in to change notification settings - Fork 729
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: 4b36fef
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: 6cc668d
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 19 files changed
- 6 contributors
Commits on Jan 29, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1edea72 - Browse repository at this point
Copy the full SHA 1edea72View commit details
Commits on Jan 30, 2026
-
docs: Fix error handling in MockPool example (#4781)
Update error handling in the MockPool example to reflect the correct error type and provide additional error context.
Configuration menu - View commit details
-
Copy full SHA for fecd473 - Browse repository at this point
Copy the full SHA fecd473View commit details
Commits on Jan 31, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 352c691 - Browse repository at this point
Copy the full SHA 352c691View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a5920d - Browse repository at this point
Copy the full SHA 5a5920dView commit details
Commits on Feb 1, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 9948d6f - Browse repository at this point
Copy the full SHA 9948d6fView commit details -
fix: MockAgent delayed response with AbortSignal (#4693) (#4772)
When a MockAgent had a delayed response and the request was aborted via AbortSignal, the delayed response callback would still fire and attempt to call handler methods after onError had been called. This violated state invariants expected by handlers like DecoratorHandler (used by decompress interceptor). The fix: - Tracks abort state in mockDispatch - Clears pending setTimeout timer when abort is called - Checks abort flag in handleReply before invoking handler callbacks - Properly calls handler.onConnect to register abort callback Fixes #4693
Configuration menu - View commit details
-
Copy full SHA for f1d50a2 - Browse repository at this point
Copy the full SHA f1d50a2View commit details -
fix: onParserTimeout potentially accessing undefined (#4758)
In cases where onParserTimeout is called with a weak reference that has already been collected it was throwing an error like: Cannot destructure property 'socket' of 'parser.deref(...)' as it is undefined - Fixes #4755Configuration menu - View commit details
-
Copy full SHA for e65fa39 - Browse repository at this point
Copy the full SHA e65fa39View 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 6cc668d - Browse repository at this point
Copy the full SHA 6cc668dView 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 4b36fef...6cc668d