From c23ac6d78bce0287230f9ef527bcc2caab6c1fbf Mon Sep 17 00:00:00 2001 From: Matthew Kerwin Date: Mon, 2 Apr 2018 21:01:32 +1000 Subject: [PATCH] add padding to binary value in example --- 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 1c1e40b8d..9cf81916b 100644 --- a/draft-ietf-httpbis-header-structure.md +++ b/draft-ietf-httpbis-header-structure.md @@ -193,7 +193,7 @@ dict-member = identifier "=" item For example, a header field whose value is defined as a dictionary could look like: ~~~ example -Example-DictHeader: foo=1.23, en="Applepie", da=*w4ZibGV0w6ZydGUK* +Example-DictHeader: foo=1.23, en="Applepie", da=*w4ZibGV0w6ZydGUK=* ~~~ Typically, a header field specification will define the semantics of individual keys, as well as whether their presence is required or optional. Recipients MUST ignore keys that are undefined or unknown, unless the header field's specification specifically disallows them.