1

For the NodeJS https library, what is the default timeout for the http.Agent and http.Request? I was checking the documentation for the agent and the documentation for the request. Every field has a default listed except for timeout. What is it? Is it infinite for both? Lastly, can I set the timeout in the Agent and not the request? I'm assuming you can set it in the agent so that it will apply to any request using the agent. Otherwise, you can set it on the request so only that request will have the specified timeout.

Spark323
  • 1,525
  • 2
  • 16
  • 27

0 Answers0