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
If I don't use the custom agent option, keep alive option of "got" is disabled by default in nodejs 18.x, and the keep alive option is enabled by deafult in nodejs 20.x and higher versions, right?
...
Checklist
I have read the documentation.
The text was updated successfully, but these errors were encountered:
What would you like to discuss?
According to the docs, it is stated that if the agent option is not specified, the global agent is used by default.
In nodejs version 18.x, http.globalAgent seems to have the keep alive option disabled by default.
From nodejs version 20.x and higher, the keep alive option of http.globalAgent is confirmed to be enabled by default.
If I don't use the custom agent option, keep alive option of "got" is disabled by default in nodejs 18.x, and the keep alive option is enabled by deafult in nodejs 20.x and higher versions, right?
...
Checklist
The text was updated successfully, but these errors were encountered: