(controller, statusCode, headers, socket)
| 121 | } |
| 122 | |
| 123 | onRequestUpgrade (controller, statusCode, headers, socket) { |
| 124 | this.handler.onRequestUpgrade?.(controller, statusCode, headers, socket) |
| 125 | } |
| 126 | |
| 127 | static [kRetryHandlerDefaultRetry] (err, { state, opts }, cb) { |
| 128 | const { statusCode, code, headers } = err |
nothing calls this directly
no test coverage detected