processResponse method
Parses the response
containing the response to the command.
Returns a HandlerResponse.
The default implementation returns a finished HandlerResponse with a result which is obtained by calling checkResponse.
Implementation
HandlerResponse processResponse(_) =>
throw MySqlProtocolError("Shouldn't have received a response after sending a QUIT message");