Bump -> 3.4.19

This commit is contained in:
Alexey
2026-06-24 00:53:01 +03:00
parent 87c82c2a63
commit f56895feac
8 changed files with 169 additions and 359 deletions
+1 -5
View File
@@ -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))
}
};