You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Fastfix
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
);
|
||||
|
||||
|
BIN
src/en/OInt/addins/OPI_FTP.zip
vendored
BIN
src/en/OInt/addins/OPI_FTP.zip
vendored
Binary file not shown.
Binary file not shown.
BIN
src/ru/OInt/addins/OPI_FTP.zip
vendored
BIN
src/ru/OInt/addins/OPI_FTP.zip
vendored
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user