Skip to content
Snippets Groups Projects
Commit 6b116ac8 authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Merge pull request #4134 from ejona86/improve-language

Improve grammar/language for clarity
parents 118c0a0e 94aa0fd3
No related branches found
No related tags found
No related merge requests found
...@@ -66,9 +66,9 @@ Base64-encoded values. ...@@ -66,9 +66,9 @@ Base64-encoded values.
**ASCII-Value** should not have leading or trailing whitespace. If it contains **ASCII-Value** should not have leading or trailing whitespace. If it contains
leading or trailing whitespace, it may be stripped. The **ASCII-Value** leading or trailing whitespace, it may be stripped. The **ASCII-Value**
character range defined is more strict than HTTP. Implementations must not error character range defined is more strict than HTTP. Implementations must not error
due to receiving an invalid **ASCII-Value** but value valid in HTTP, but the due to receiving an invalid **ASCII-Value** that's a valid **field-value** in
precise behavior is not strictly defined: they may throw the value away or HTTP, but the precise behavior is not strictly defined: they may throw the value
accept the value. If accepted, care must be taken to make sure that the away or accept the value. If accepted, care must be taken to make sure that the
application is permitted to echo the value back as metadata. For example, if the application is permitted to echo the value back as metadata. For example, if the
metadata is provided to the application as a list in a request, the application metadata is provided to the application as a list in a request, the application
should not trigger an error by providing that same list as the metadata in the should not trigger an error by providing that same list as the metadata in the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment