#890692 ITP: node-agentkeepalive -- http.Agent for having keepalive mode in http requests

Package:
wnpp
Source:
wnpp
Submitter:
Visakh S
Date:
2025-11-29 16:29:38 UTC
Severity:
wishlist
Blocked By:
Bug Title
884297

  0

ITP: node-humanize-ms -- transform humanize time to ms

wishlist stable testing unstable almost 8 years ago

#890692#5
Date:
2018-02-17 19:00:55 UTC
From:
To:
* Package name    : node-agentkeepalive
  Version         : 3.3.0
  Upstream Author : fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)
* URL             : https://github.com/node-modules/agentkeepalive#readme
* License         : Expat
  Programming Lang: JavaScript
  Description     : http.Agent for having keepalive mode in http requests

 http.Agent for having keepalive mode in http requests
 .
 The Node.js's missing keep alive http.Agent. It supports http and https.
 .
 What's different from original http.Agent?
  *keepAlive=true by default
  *Disable Nagle's algorithm: socket.setNoDelay(true)
  *Add free socket timeout: avoid long time inactivity socket leak in the
   free-sockets queue.
  *Add active socket timeout: avoid long time inactivity socket leak in the
   active-sockets queue.
 .
 Node.js is an event-based server-side JavaScript engine.
 .
 This package is a useful dependancy of NPM 5.0
 .
 I am planning to maintain this package as part of a javascript
maintainers team.
 Pirate Praveen has agreed to sponser this package.