- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Mon, 2 Mar 2020 05:45:05 +0100
- To: Mark Nottingham <mnot@mnot.net>
- Cc: Tommy Pauly <tpauly@apple.com>, HTTP Working Group <ietf-http-wg@w3.org>
On 02.03.2020 05:17, Mark Nottingham wrote: > ... > It was concern about re-working too much of the parsing algorithm. However, looking at this again, I think we could replace: > > ~~~ > 3. Otherwise: > 1. Let value be Boolean true. > 2. Let parameters be an empty, ordered map. > 3. Let member be the tuple (value, parameters). > ~~~ > > With: > > ~~~ > 3. Otherwise: > 1. Let value be Boolean true. > 2. Let parameters be the result of running Parsing Parameters {{parse-param}} with input_string. > 3. Let member be the tuple (value, parameters). > ~~~ > > I've created <https://github.com/httpwg/http-extensions/issues/1083> to track this and gather feedback. > > Cheers, > ... Thanks alot!
Received on Monday, 2 March 2020 04:45:26 UTC