Skip to content

Commit f960404

Browse files
authored
Merge pull request #100 from vcstuff/94-deflate-in-zlib
clarifying deflate/zlib
2 parents abe3214 + 768e84a commit f960404

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

draft-ietf-oauth-status-list.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ A Status List is a byte array that contains the statuses of many Referenced Toke
127127

128128
2. The overall Status List is encoded as a byte array. Depending on the bit-size, each byte corresponds to 8/(#bit-size) statuses (8,4,2, or 1). The status of each Referenced Token is identified using the index that maps to one or more specific bits within the byte array. The index starts counting at 0 and ends with "size" - 1 (being the last valid entry). The bits within an array are counted from least significant bit "0" to the most significant bit ("7"). All bits of the byte array at a particular index are set to a status value.
129129

130-
3. The complete byte array is compressed using the "DEFLATE" {{RFC1951}} compression method and stored using the "ZLIB" {{RFC1950}} data format. Implementations are RECOMMENDED to use the highest compression level available.
130+
3. The byte array is compressed using DEFLATE {{RFC1951}} with the ZLIB {{RFC1950}} data format. Implementations are RECOMMENDED to use the highest compression level available.
131131

132132
The following example illustrates a Status List that represents the statuses of 16 Referenced Tokens, requiring 16 bits (2 bytes) for the uncompressed byte array:
133133

@@ -590,6 +590,10 @@ for their valuable contributions, discussions and feedback to this specification
590590
# Document History
591591
{:numbered="false"}
592592

593+
-02
594+
595+
* clarify Deflate / zlib compression
596+
593597
-01
594598

595599
* Rename title of the draft

0 commit comments

Comments
 (0)