()
| 265 | // the HTTP status of a failed upgrade, so reconnect and reserve auth |
| 266 | // recovery for the preceding connection-ticket HTTP request. |
| 267 | if (!this.connected) { |
| 268 | settleReject(new Error('WebSocket connection failed')); |
| 269 | } |
| 270 | }); |
| 271 | }); |
| 272 | } |
no outgoing calls
no test coverage detected