You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The connect options passed to ProxyAgent are being ignored, despite the type definitions suggesting they should work. This appears to be both a potential bug and a documentation issue.
Bug Description
The
connect
options passed toProxyAgent
are being ignored, despite the type definitions suggesting they should work. This appears to be both a potential bug and a documentation issue.Reproducible By
Current Behavior
The
timeout
andsignal
parameters inconnect
options are not being processed when passed toProxyAgent
Expected Behavior
According to the documentation:
ProxyAgentOptions
extendsAgentOptions
AgentOptions
extendsPoolOptions
PoolOptions
extendsClientOptions
ClientOptions
includesconnect
parameter which acceptsConnectOptions
Therefore, the
timeout
andsignal
options should work when passed through theconnect
parameter.Relevant Documentation Links
The text was updated successfully, but these errors were encountered: