Skip to content

Commit

Permalink
Use the right amount of base64 padding in binary content examples.
Browse files Browse the repository at this point in the history
Since be5ab4c required it.
  • Loading branch information
jyasskin committed Mar 24, 2018
1 parent cd5fefd commit 9567ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-httpbis-header-structure.md
Expand Up @@ -500,7 +500,7 @@ base64 = ALPHA / DIGIT / "+" / "/" / "="
For example, a header whose value is defined as binary content could look like:

~~~ example
ExampleBinaryHeader: *cHJldGVuZCB0aGlzIGlzIGJpbmFyeSBjb250ZW50Lg*
ExampleBinaryHeader: *cHJldGVuZCB0aGlzIGlzIGJpbmFyeSBjb250ZW50Lg==*
~~~


Expand Down

0 comments on commit 9567ea9

Please sign in to comment.