The server initiates the handshake after the client connects, so a request will never be created.
@override Buffer createRequest() { throw MySqlClientError('Cannot create a handshake request'); }