upgrade version check, feature for dropping checkpoints
This commit is contained in:
@@ -825,6 +825,11 @@ impl Frame {
|
||||
}
|
||||
output
|
||||
}
|
||||
pub fn drop_checkpoint(&mut self) {
|
||||
self.checkpoint_bytes.clear();
|
||||
self.checkpoint_compression = Compression::None;
|
||||
self.checkpoint_encoding = Encoding::Raw;
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for Frame {
|
||||
|
||||
Reference in New Issue
Block a user