Open
Description
When reading a message from the server (for example in case of an error response), we currently read up to the first LF as that is the character that is supposed to terminate the message.
In the rare case when an error message contains a LF we do not read the complete message which will result in errors further down the in the processing.