(rawTrailers)
| 58265 | }); |
| 58266 | this.abort(err); |
| 58267 | return false; |
| 58268 | } |
| 58269 | onData(chunk) { |
| 58270 | this.start += chunk.length; |
| 58271 | return this.handler.onData(chunk); |
| 58272 | } |
| 58273 | onComplete(rawTrailers) { |
nothing calls this directly
no test coverage detected