From 9567ea98a09ce24a749382e93984342ab87ec8be Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Sat, 24 Mar 2018 17:00:23 +0000 Subject: [PATCH] Use the right amount of base64 padding in binary content examples. Since be5ab4c153be0a10d301d7d55c425a5025b1ab40 required it. --- draft-ietf-httpbis-header-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-httpbis-header-structure.md b/draft-ietf-httpbis-header-structure.md index 1d996898a..74719d970 100644 --- a/draft-ietf-httpbis-header-structure.md +++ b/draft-ietf-httpbis-header-structure.md @@ -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==* ~~~