Skip to content

Commit

Permalink
fix(ClientRequest): suppress the "EHOSTUNREACH" connection error (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Oct 4, 2023
1 parent fce2879 commit 469fd9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interceptors/ClientRequest/NodeClientRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export class NodeClientRequest extends ClientRequest {
'ECONNRESET',
'EAI_AGAIN',
'ENETUNREACH',
'EHOSTUNREACH',
]

private isRequestSent: boolean
Expand Down

0 comments on commit 469fd9c

Please sign in to comment.