Skip to content

Commit

Permalink
docs: Fixed encryption/compression typo for 'accept-encoding: identity'.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpds committed Apr 12, 2024
1 parent c88f839 commit d9fff51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/header/name.rs
Expand Up @@ -203,7 +203,7 @@ standard_headers! {
/// not to compress if a server use more than 80 % of its computational
/// power.
///
/// As long as the identity value, meaning no encryption, is not explicitly
/// As long as the identity value, meaning no compression, is not explicitly
/// forbidden, by an identity;q=0 or a *;q=0 without another explicitly set
/// value for identity, the server must never send back a 406 Not Acceptable
/// error.
Expand Down
2 changes: 1 addition & 1 deletion util/src/main.rs
Expand Up @@ -68,7 +68,7 @@ standard_headers! {
/// not to compress if a server use more than 80 % of its computational
/// power.
///
/// As long as the identity value, meaning no encryption, is not explicitly
/// As long as the identity value, meaning no compression, is not explicitly
/// forbidden, by an identity;q=0 or a *;q=0 without another explicitly set
/// value for identity, the server must never send back a 406 Not Acceptable
/// error.
Expand Down

0 comments on commit d9fff51

Please sign in to comment.