SOCKS5: remove '###' from the error message
There's no reason for it to be there. Pick-to: 6.5 Change-Id: I262c3499666e4f4fbcfbfffd17cbbcfcd798b100 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> (cherry picked from commit d44d19dd98e20cb4163dea8e0fafb8f03bdc7f5c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
17cfe9b2cf
commit
9a504780b9
@ -1460,7 +1460,7 @@ qint64 QSocks5SocketEngine::read(char *data, qint64 maxlen)
|
||||
//imitate remote closed
|
||||
close();
|
||||
setError(QAbstractSocket::RemoteHostClosedError,
|
||||
"Remote host closed connection###"_L1);
|
||||
"Remote host closed connection"_L1);
|
||||
setState(QAbstractSocket::UnconnectedState);
|
||||
return -1;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user