(errorCode, errorContext)
| 807 | ); |
| 808 | } else { |
| 809 | const closeConnection = (errorCode, errorContext) => |
| 810 | abortRequest(res, errorCode, errorContext); |
| 811 | this.handshake( |
| 812 | engineRequest._query.transport as TransportName, |
| 813 | engineRequest, |
nothing calls this directly
no test coverage detected