agentkeepalive icon indicating copy to clipboard operation
agentkeepalive copied to clipboard

Support keepalive http agent.

Results 24 agentkeepalive issues
Sort by recently updated
recently updated
newest added

depd 1.x uses `eval`, so for security reasons ([particularly when using Rollup](https://rollupjs.org/guide/en/#avoiding-eval)) it should be updated to v2.x+.

for example here: https://github.com/node-modules/agentkeepalive/blob/01e61e9e53526df2231152ef4287d38332f4db45/lib/agent.js#L32-L37 If the options argument is defined it should be cloned before having it's props mutated. I'm happy to submit a PR, just wanted to check that...

If I need to connect to different hosts, it's better to use a separated agent instance for each of this hosts, or use the same agent for all the connections?

Hi, I am getting connect **ENOBUFS [IP Address]- Local** error intermittently when i enabled keepAliveAgent. Without keepAliveAgent , I get Connect timeout from third party application as too many connections...

Hi I am trying to use this with the new HttpClient from @angular/common/http. This however seems to be impossible with the keepAliveClient due to the httpClient not having an agent...

I'm attempting to enable connection reuse for a simple application using this module, but I'm not sure how to verify whether connections are being reused. I tried adding some simple...

Can be used with proxy .. and how ?

I landed on this repo from the MSFT Azure docs here: https://docs.microsoft.com/en-us/azure/app-service/app-service-web-nodejs-best-practices-and-troubleshoot-guide Not really sure where to ask this, but I have an express server that makes two types of...

can I use Agent in case of HTTP and HTTPS connections? or should be strict Agent with HTTP and HttpsAgent with HTTPS connections ? thanks