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 (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
|
||||
|
@@ -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",
|
||||
|
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