(key, value)
| 52712 | this.errorHandler = null; |
| 52713 | } |
| 52714 | if (this.endHandler) { |
| 52715 | this.body.off("end", this.endHandler); |
| 52716 | this.endHandler = null; |
| 52717 | } |
| 52718 | } |
| 52719 | // TODO: adjust to support H2 |
| 52720 | addHeader(key, value) { |
nothing calls this directly
no test coverage detected