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

Thought I should ping you in this project and let you know about https://github.com/nodejs/node/issues/34185 which I opened just now and which references this module fairly heavily. It pushes that the...

the current algorithm maximize the number of sockets opened, by re-using the first stacked free socket using freesockets.shift() @see https://github.com/node-modules/agentkeepalive/blob/master/lib/_http_agent.js#L170 ``` javascript if (freeLen) { // we have a free...

enhancement

Dear Sir, Thanks for the awesome work. We have GPS server running Node JS, from where the co-ordinates are pushed to another server using HTTPS node module. Every second we...

This is only a small subsection of what is returned, by a SINGLE error, in 4.0.2: ``` name=RequestError, message=Error: ETIMEDOUT, code=ETIMEDOUT, connect=true, $ref=$["meta"]["cause"], free=(socket, options) => {var name = this.getName(options);debug('agent.on(free)',...

I'm trying to use this in combination with the AWS SDK. After some number of requests, this uncaught error is thrown: ``` Uncaught TypeError: object is not a function at...

Hi, I have some issues with this library and the number of connections it creates. I don't know exactly if the library is the problem or my configs but I...

when new a keepaliveAgent in electron main process, unexpected regard as browser env and return noop

I've been troubleshooting an intermittent issue this week where many developers _and_ our build pipeline will have NPM start erroring with `ERR_SOCKET_TIMEOUT`. I've dug in quite a bit and found...

Windows Security dialog window pops up ## Description of what the bug is Windows Security dialog window pops up while I am developing an application through React. It is really...

I believe the playground/code snippet may have expired. Can you add it back? I wanted to see the example.