joepie91 / node-bhttp

A sane HTTP client library for Node.js with Streams2 support.
62 stars 12 forks source link

KeepAlive? #12

Open brendon-codes opened 9 years ago

brendon-codes commented 9 years ago

Is there a way to enable keepalive for connections?

joepie91 commented 9 years ago

This is not currently supported, as I believe it requires code beyond just a simple request option (which would have been passed through to the http/https module). It's planned, though.