- From: Pe, Erwin (US) <erwin.pe@baesystems.com>
- Date: Thu, 08 Feb 2018 16:30:40 +0000
- To: "ietf-http-wg@w3.org" <ietf-http-wg@w3.org>
Received on Monday, 12 February 2018 12:17:22 UTC
Thanks for the correction. But I worry that with your proposed BNF, it is possible to make a production that ends with OWS. The current BNF does not allow productions that end in OWS, and I believe that is so that there wouldn’t be redundant OWS when the list is a field-value in a header-field = field-name “:” OWS field-value OWS rule. To address the issues you’ve brought up, I propose another correction: #element => [ ( ("," [ OWS element ]) / element ) *( OWS "," [ OWS element ] ) ]
Received on Monday, 12 February 2018 12:17:22 UTC