Skip to content

Commit

Permalink
fix number
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorgan committed Jan 1, 2025
1 parent b59c118 commit 4535341
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/src/docs/rfcs/5485_conditional_reader.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,15 @@ The main implementation will include:

2. Add the related functions to `FutureReader`

2. Add new capability flags:
3. Add new capability flags:
```rust
pub struct Capability {
// ... other fields
pub read_with_if_modified_since: bool,
pub read_with_if_unmodified_since: bool,
}
```

3. implement `if_modified_since`, `if_unmodified_since` for the underlying storage service.
4. implement `if_modified_since`, `if_unmodified_since` for the underlying storage service.

# Drawbacks

Expand Down

0 comments on commit 4535341

Please sign in to comment.