Skip to content

Commit

Permalink
Merge pull request #94 from ioggstream/patch-1
Browse files Browse the repository at this point in the history
typo: content-encoding
  • Loading branch information
mozfreddyb authored Jan 18, 2021
2 parents 094d447 + 0ecf245 commit 86b9340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ spec: SHA2; urlPrefix: http://csrc.nist.gov/publications/fips/fips180-4/fips-180
1. Let |result| be the result of [[#apply-algorithm-to-response]]
to the <a>representation data</a> without any content-codings
applied, except when the user agent intends to consume the content with
content-encodings applied. In the latter case, let |result| be
content-codings applied. In the latter case, let |result| be
the result of applying |algorithm| to the <a>representation data</a>.
2. Let |encodedResult| be result of <a>base64 encoding</a> |result|.
3. Return |encodedResult|.
Expand Down

0 comments on commit 86b9340

Please sign in to comment.