1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00
This commit is contained in:
Anton Titovets
2025-08-07 09:29:47 +03:00
parent 68be9f7269
commit 390ddce6a0
6 changed files with 5 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
"MAIN ---"
linux-vdso.so.1 (0x00007ffd29520000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007ee9efe00000)
libc.so.6 => /lib64/libc.so.6 (0x00007ee9efa00000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007ee9ef600000)
/lib64/ld-linux-x86-64.so.2 (0x00007ee9f0400000)
linux-vdso.so.1 (0x00007fff63ba5000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x000073ba6ee00000)
libc.so.6 => /lib64/libc.so.6 (0x000073ba6ea00000)
libdl.so.2 => /lib64/libdl.so.2 (0x000073ba6e600000)
/lib64/ld-linux-x86-64.so.2 (0x000073ba6f400000)
GLIBC_2.2.5
GLIBC_2.3
GLIBC_2.3.4

View File

@@ -137,9 +137,6 @@ pub fn connect_via_http_proxy(proxy_settings: &FtpProxySettings, target_addr: (&
.ok_or_else(|| "Proxy address resolution returned no results".to_string())?
).map_err(|e| format!("Failed to connect to HTTP proxy: {}", e))?;
stream.set_read_timeout(Some(Duration::from_secs(10))).ok();
stream.set_write_timeout(Some(Duration::from_secs(10))).ok();
let host_port = format!("{}:{}", target_addr.0, target_addr.1);
let mut request = format!(
"CONNECT {} HTTP/1.1\r\nHost: {}\r\nConnection: keep-alive\r\n",

Binary file not shown.

Binary file not shown.