node-modules / agentkeepalive

Support keepalive http agent.
MIT License
579 stars 57 forks source link

Can you please list the things this module add to Node's default http.Agent? #40

Closed jchip closed 7 years ago

jchip commented 8 years ago

It seems Node's http.Agent and https.Agent support keepAlive since some time.

Can you please list the additional features this module brings?

fengmk2 commented 7 years ago

Please check out https://github.com/node-modules/agentkeepalive#whats-different-from-original-httpagent

jchip commented 7 years ago

thank you.