- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Tue, 11 Oct 2016 11:40:01 +0200
- To: Mike West <mkwst@google.com>, Mark Nottingham <mnot@mnot.net>
- Cc: Kari hurtta <hurtta-ietf@elmme-mailer.org>, HTTP working group mailing list <ietf-http-wg@w3.org>
On 2016-10-11 10:24, Mike West wrote:
> Mark filed https://github.com/httpwg/http-extensions/issues/243, and I
> fixed it
> in https://github.com/httpwg/http-extensions/commit/79fc688f3b95febb9b53e2500221697cab563f8a.
> I'm sure we'll find more formatting issues over the next week or so that
> arose from the port from the flat text file to Markdown, so I'll hold
> off on publishing a -01 draft until those shake out.
>
> Thanks!
>
> -mike
FWIW, I believe this change:
Old:
token = <token, defined in [RFC2616], Section 2.2>
New:
token = token
; defined in [RFC2616], Section 2.2
is a bad idea; it makes the ABNF invalid.
(similar changes have been made to other imports)
Best regards, Julian
Received on Tuesday, 11 October 2016 09:40:56 UTC