Skip to content

Commit

Permalink
Fix querying
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavweiss committed Nov 15, 2017
1 parent 7729e54 commit c4167e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion draft-ietf-httpbis-cache-digest.md
Expand Up @@ -244,7 +244,7 @@ Given the following inputs:
1. Let `bits` be `f` bits from `digest_value` starting at `position_start`.
2. If `bits` is `fingerprint`, set `bits` to all zeros and terminate these steps.
3. Add `f` to `position_start`.
13. If `h` is not `h2`, set `h` to `h2` and return to step 9.
13. If `h` is not `h2`, set `h` to `h2` and return to step 10.

### Computing a fingerprint value {#fingerprint}

Expand Down Expand Up @@ -338,6 +338,7 @@ Given the following inputs:
1. Let `bits` be `f` bits from `digest_value` starting at `position_start`.
2. If `bits` is `fingerprint`, return true
3. Add `f` to `position_start`.
13. If `h` is not `h2`, set `h` to `h2` and return to step 10.
13. Return false.

# The SENDING_CACHE_DIGEST SETTINGS Parameter
Expand Down

0 comments on commit c4167e6

Please sign in to comment.