Using the working host as remote host.

So the file transfer works as well
canary
WolverinDEV 2019-11-23 23:57:48 +01:00
parent 4deccb4e8b
commit 626fe34e69
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ namespace connection {
if(connected_socket == local_proxy_socket) {
log.debug(LogCategory.NETWORKING, tr("Established a TCP connection to %s via proxy to %s"), address.host + ":" + address.port, proxy_host);
this._remote_address.host = proxy_host;
} else {
log.debug(LogCategory.NETWORKING, tr("Established a TCP connection to %s directly"), address.host + ":" + address.port);
}