Browse Source
Go computes TTL expiry from AppendAtNs without guarding against zero. When append_at_ns is 0, the expiry is epoch + TTL which is in the past, correctly returning NotFound. Rust's extra guard skipped the check, incorrectly returning success for such needles.rust-volume-server
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue