Description
If recv read less bytes then expected we log an error message in Socket:recv() in util/net/sock.cpp. This is not an error condition (especially not for OpenSSL) and is handled gracefully by the while-loop.
Remove the if-clause and the log msg.