mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
enable serde feature of bytes, modify struct WriteBlock using Bytes
This commit is contained in:
@@ -263,7 +263,7 @@ impl ConnectionManager {
|
||||
FileTransferBlock {
|
||||
id,
|
||||
file_num,
|
||||
data: data.into(),
|
||||
data,
|
||||
compressed,
|
||||
..Default::default()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user