Searched refs:_ended (Results 1 – 9 of 9) sorted by relevance
31 this._ended = false;35 if (this._ended)37 this._ended = true;
17 var ended = false, destroyed = false, buffer = [], _ended = false42 if(_ended) return stream43 if(data === null) _ended = true
14 const _ended = Symbol('_ended') constant209 this[_ended] = false261 this[_ended] = true273 if (this[_ended]) {305 if (this[_ended] && !this[_finished]) {319 if (this[_ended])
43 const _ended = Symbol('ended') constant52 this[_ended] = false105 this[_ended] = true110 return this[_ended]
22 else if (end && !self._ended) self.end()55 this._ended = false229 this._ended = true
12 this._ended = false;231 if (this._ended) {241 this._ended = true;
229 this._ended = false;703 req._ended = true;735 if (req.shouldKeepAlive && req._ended)860 if (this._ended) {
999 if (!self._ended) {1005 self._ended = true1479 } else if (self._ended) {1535 if (!self._ended) {
476 - [#1025](https://github.com/request/request/pull/1025) [fixes #1023] Set self._ended to true once …