(controller, err)
| 444 | } |
| 445 | |
| 446 | onResponseError (controller, err) { |
| 447 | this.#writeStream?.destroy(err) |
| 448 | this.#writeStream = undefined |
| 449 | this.#handler.onResponseError?.(controller, err) |
| 450 | } |
| 451 | } |
| 452 | |
| 453 | /** |
nothing calls this directly
no test coverage detected