natevw / fermata

Succinct native REST client, for client-side web apps and node.js. Turns URLs into (optionally: magic!) JavaScript objects.
328 stars 24 forks source link

Control over node.js http/https agent? #31

Closed natevw closed 8 years ago

natevw commented 11 years ago

The current node.js http Agent kinda sucks due to lack of actual keep-alive except under heavy load (when requests get queued, which it also seems to suck at).

This is a bummer, and mostly beyond the scope of Fermata, but highlights that it might be necessary (I didn't say "nice") to allow some platform-specific control over transport options. Ick?