(_controller, statusCode, headers, socket)
| 157 | } |
| 158 | |
| 159 | onRequestUpgrade (_controller, statusCode, headers, socket) { |
| 160 | this.handler.onRequestUpgrade?.(this.controllerProxy, statusCode, headers, socket) |
| 161 | } |
| 162 | |
| 163 | static [kRetryHandlerDefaultRetry] (err, { state, opts }, cb) { |
| 164 | const { statusCode, code, headers } = err |
nothing calls this directly
no test coverage detected