summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2018-11-06 16:51:31 +0300
committerAlexandr Akulich <akulichalexander@gmail.com>2018-11-07 18:38:23 +0000
commit7b9de1d4da67573d6bb0a6bf2fb0cdd1b7fb86a3 (patch)
tree94e48bd97f4680d1596b8d25811237f32c48a277 /src/plugins/platforms
parenta545b85bdd8d227c63dda07728de4d1bac285cf5 (diff)
QSocks5SocketEngine: Remove too optimistic check for UDP proxy setup
The engine used to send a UDP datagram to the local address to check the proxy setup, but the check fails in case of the proxy hosted in WAN and the local address hidden behind a NAT. In other words the check fails because a public proxy hosted somewhere in internet has no access to local addresses such as 192.168.1.2. Remove the check to fix the issue; we still have other means to detect network errors. Change-Id: Ib6df263c87ebd7d6e88a0b5e024e78a559995234 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/plugins/platforms')
0 files changed, 0 insertions, 0 deletions