mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
remove extra reference clone
This commit is contained in:
parent
a336b18ac3
commit
0ad857f02e
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ impl Page {
|
||||||
// Asynchronously move `InputStream` data from `SocketConnection` into the local `MemoryInputStream`
|
// 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
|
// 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(
|
gemini::gio::memory_input_stream::from_socket_connection_async(
|
||||||
connection.clone(),
|
connection,
|
||||||
None::<Cancellable>,
|
None::<Cancellable>,
|
||||||
Priority::DEFAULT,
|
Priority::DEFAULT,
|
||||||
0x400, // 1024 bytes per chunk, optional step for images download tracking
|
0x400, // 1024 bytes per chunk, optional step for images download tracking
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue