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:11:52 +03:00
parent e83d1e3348
commit c90e7db918
6 changed files with 6 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
"MAIN ---"
linux-vdso.so.1 (0x00007ffec3fb6000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000723cf5200000)
libc.so.6 => /lib64/libc.so.6 (0x0000723cf4e00000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000723cf4a00000)
/lib64/ld-linux-x86-64.so.2 (0x0000723cf5800000)
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)
GLIBC_2.2.5
GLIBC_2.3
GLIBC_2.3.4

View File

@@ -142,7 +142,7 @@ pub fn connect_via_http_proxy(proxy_settings: &FtpProxySettings, target_addr: (&
let host_port = format!("{}:{}", target_addr.0, target_addr.1);
let mut request = format!(
"CONNECT {} HTTP/1.1\r\nHost: {}\r\n\r\n",
"CONNECT {} HTTP/1.1\r\nHost: {}\r\nConnection: keep-alive\r\n",
host_port, host_port
);

Binary file not shown.

Binary file not shown.