From 54ffd2fa6228a3eb2ca5a4feb873ee850acb5758 Mon Sep 17 00:00:00 2001 From: Nathan Mc Grath Date: Tue, 17 Oct 2023 16:03:29 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: oggy-dfin <89794951+oggy-dfin@users.noreply.github.com> --- spec/http-gateway-protocol-spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/http-gateway-protocol-spec.md b/spec/http-gateway-protocol-spec.md index 231acd34f..31385d762 100644 --- a/spec/http-gateway-protocol-spec.md +++ b/spec/http-gateway-protocol-spec.md @@ -280,11 +280,11 @@ VALIDATION-ARGS = 'ValidationArgs{', ('no_certification:Empty{}' | 'certificatio HEADER-VALUE = 'default_certification(', VALIDATION-ARGS, ')' -HEADER = 'IC-CertificateExpression: ', HEADER-VALUE +HEADER = 'IC-CertificateExpression:', HEADER-VALUE ``` :::note -Implementors should note that the EBNF specification does not allow for any whitespace within the header value. This is intentional and should be supported by all implementations. Optionally, support could also be added for whitespace agonosticism. +Implementors should note that the EBNF specification does not allow for any whitespace within the header value. This is intentional and should be supported by all implementations. Optionally, support could also be added for whitespace agnosticism. ::: ### Request Hash Calculation