mirror of
https://github.com/telemt/telemt.git
synced 2026-06-26 04:41:10 +03:00
Bump -> 3.4.19
This commit is contained in:
@@ -237,11 +237,7 @@ where
|
||||
Err(e) => return Err(e),
|
||||
}
|
||||
let header = crate::protocol::framing::parse_intermediate_header(len_buf);
|
||||
(
|
||||
header.wire_len,
|
||||
header.quickack,
|
||||
Some(len_buf),
|
||||
)
|
||||
(header.wire_len, header.quickack, Some(len_buf))
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user