(controller, err)
| 458 | } |
| 459 | |
| 460 | onResponseError (controller, err) { |
| 461 | this.#writeStream?.destroy(err) |
| 462 | this.#writeStream = undefined |
| 463 | this.#handler.onResponseError?.(controller, err) |
| 464 | } |
| 465 | } |
| 466 | |
| 467 | /** |
nothing calls this directly
no test coverage detected