-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep alive #47
Comments
@np-maintain can you help me? |
Can you explain your use case further? |
I want to keep alive http connections to remove TCP overheads and increase performance https://nodejs.org/api/http.html#http_new_agent_options
|
@MarcoScabbiolo reply please |
Currently the See Line 240 in 8839300
I'm thinking the best way to go would be to add an |
How can I keep alive connection?
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Keep-Alive
I asked here before , sindresorhus/got#815
But I need to use proxy too
The text was updated successfully, but these errors were encountered: