Skip to content

Commit 127bc8b

Browse files
Update draft-ietf-privacypass-batched-tokens.md
Co-authored-by: raphaelrobert <raphaelrobert@users.noreply.github.com>
1 parent 82a5428 commit 127bc8b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

draft-ietf-privacypass-batched-tokens.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -525,13 +525,12 @@ Content-Length: <Length of BatchTokenResponse>
525525
<Bytes containing the BatchTokenResponse>
526526
~~~
527527

528-
If the Issuer issues some tokens but not all, it MUST return an HTTP 206 to the
529-
client and continue processing further requests.
530-
For instance, an Issuer MAY return an HTTP 206 if all tokens do not refer to the
531-
same cryptographic material, such as `truncated_token_key_id` for token type
532-
0x0001 or token type 0x0002.
528+
If the Issuer issues some but not all tokens, it MUST return an HTTP 206 error
529+
to the client and continue processing subsequent requests.
530+
For instance, an Issuer MAY return an HTTP 206 error if requests for tokens of
531+
the same token type refer to more than one `truncated_token_key_id`.
533532

534-
If the Issuer does not issue any tokens, it MUST return an HTTP 400 to the
533+
If the Issuer decides not to issue any tokens, it MUST return an HTTP 400 to the
535534
client.
536535

537536

0 commit comments

Comments
 (0)