Remove noDealy

This commit is contained in:
Brian M. Carlson 2019-12-19 07:59:57 -06:00
parent bf7e6c75e6
commit f96d1e8c19

View File

@ -21,7 +21,6 @@ var Connection = function (config) {
EventEmitter.call(this)
config = config || {}
this.stream = config.stream || new net.Socket()
this.stream.setNoDelay(true)
this._keepAlive = config.keepAlive
this._keepAliveInitialDelayMillis = config.keepAliveInitialDelayMillis
this.lastBuffer = false