(statusCode, headers)
| 7718 | return this.handler.onData(chunk); |
| 7719 | } |
| 7720 | } |
| 7721 | onComplete(trailers) { |
| 7722 | if (this.location) { |
| 7723 | this.location = null; |
| 7724 | this.abort = null; |
| 7725 | this.dispatch(this.opts, this); |
| 7726 | } else { |
| 7727 | this.handler.onComplete(trailers); |
| 7728 | } |
| 7729 | } |
| 7730 | onBodySent(chunk) { |
| 7731 | if (this.handler.onBodySent) { |
| 7732 | this.handler.onBodySent(chunk); |