WIP: initial prototype

- Added body compression
- Removed old options
This commit is contained in:
delvedor
2019-02-11 12:01:52 +01:00
parent 8a14ede19f
commit b19d93fb1e
3 changed files with 21 additions and 7 deletions

View File

@ -24,7 +24,6 @@ class ConnectionPool {
// the timeout doesn't increase
this.resurrectTimeoutCutoff = 5
this.pingTimeout = opts.pingTimeout
this.randomizeHost = opts.randomizeHost === true
this.nodeFilter = opts.nodeFilter || defaultNodeFilter
this.Connection = opts.Connection
this.emit = opts.emit || noop