(trailers)
| 53591 | } |
| 53592 | } |
| 53593 | onData(chunk) { |
| 53594 | if (this.location) { |
| 53595 | } else { |
| 53596 | return this.handler.onData(chunk); |
| 53597 | } |
| 53598 | } |
| 53599 | onComplete(trailers) { |
| 53600 | if (this.location) { |
| 53601 | this.location = null; |
| 53602 | this.abort = null; |
| 53603 | this.dispatch(this.opts, this); |
| 53604 | } else { |
no test coverage detected