-
-
Notifications
You must be signed in to change notification settings - Fork 676
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
In undici versions @7.1.0, and @7.0.0 the EAI_AGAIN error is no longer thrown when the getaddrinfo syscall fails. Instead, the request returns an object with { opaque: null }, which is unexpected behavior.
Additionally, this issue might be related to fix: response error interceptor #3930.
Reproducible By
- Attempt to make a request to a hostname that triggers a getaddrinfo failure.
- Observe that instead of throwing an EAI_AGAIN error, the response contains { opaque: null }.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working