(chunk)
| 53600 | if (this.location) { |
| 53601 | this.location = null; |
| 53602 | this.abort = null; |
| 53603 | this.dispatch(this.opts, this); |
| 53604 | } else { |
| 53605 | this.handler.onComplete(trailers); |
| 53606 | } |
| 53607 | } |
| 53608 | onBodySent(chunk) { |
| 53609 | if (this.handler.onBodySent) { |
no outgoing calls
no test coverage detected