- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Mon, 18 May 2020 15:06:02 +0200
- To: last-call@ietf.org
- Cc: httpbis-chairs@ietf.org, ietf-http-wg@w3.org, barryleiba@gmail.com, draft-ietf-httpbis-header-structure@ietf.org
On 13.05.2020 05:59, Julian Reschke wrote: > ... Another late commment... <https://greenbytes.de/tech/webdav/draft-ietf-httpbis-header-structure-18.html#rfc.section.3.1>: > 3.1. Lists > > Lists are arrays of zero or more members, each of which can be an Item (Section 3.3) or an Inner List (Section 3.1.1), both of which can be Parameterized (Section 3.1.2). > > The ABNF for Lists in HTTP fields is: > > sh-list = list-member *( *SP "," *SP list-member ) > list-member = sh-item / inner-list So the prose says zero elements are allowed, but the ABNF actually requires one element. One of these is incorrect... Best regards, Julian
Received on Monday, 18 May 2020 13:06:27 UTC