(error)
| 53562 | } |
| 53563 | onConnect(abort) { |
| 53564 | this.abort = abort; |
| 53565 | this.handler.onConnect(abort, { history: this.history }); |
| 53566 | } |
| 53567 | onUpgrade(statusCode, headers, socket) { |
| 53568 | this.handler.onUpgrade(statusCode, headers, socket); |
| 53569 | } |
no test coverage detected