From 0ad857f02e049fe95b7d3d8bb69ff69e2cec6def Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 30 Oct 2024 04:08:54 +0200 Subject: [PATCH] remove extra reference clone --- src/app/browser/window/tab/item/page.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/browser/window/tab/item/page.rs b/src/app/browser/window/tab/item/page.rs index 25962345..dfe13297 100644 --- a/src/app/browser/window/tab/item/page.rs +++ b/src/app/browser/window/tab/item/page.rs @@ -555,7 +555,7 @@ impl Page { // Asynchronously move `InputStream` data from `SocketConnection` into the local `MemoryInputStream` // this action allows to count the bytes for loading widget and validate max size for incoming data gemini::gio::memory_input_stream::from_socket_connection_async( - connection.clone(), + connection, None::, Priority::DEFAULT, 0x400, // 1024 bytes per chunk, optional step for images download tracking